quill v1.5.3 Release Notes

  • ๐Ÿ†• New Features

    • โž• Added support for custom handlers. (#75)
    • โž• Added a signal handler for linux and windows. The signal handler flushes the log when the app crashes or exits. (#1

    ๐Ÿ‘Œ Improvements/Fixes

    • Fix compiler error when CMAKE_CXX_STANDARD 20 is set.
    • Replaced an assertion check that could trigger incorrectly. (#68)
    • 0๏ธโƒฃ Don't include x86intrin.h when ARM_ARCH < 6. Default to system clock when ARM_ARCH < 6. (#78)