quill v1.2.0 Release Notes

Release Date: 2020-04-18 // about 4 years ago
    • ๐Ÿ”— Linking and including an external version of fmt is now supported. See TweakMe.h
    • ๐Ÿ›  Fixed compiler warnings when using clang's -Wdocumentation. (#12)
    • ๐Ÿ›  Fixed a bug that wouldn't report a compile-time error for invalid format strings. (#13)
    • โž• Added process ID to Formatter. (#14)
    • โœจ Enhanced timestamp formatting. The timestamp_format string passed in handler->set_pattern(format_pattern, timestamp_format, timezone) now accepts three additional specifiers %Qms , %Qus, %Qus that can be used to format the fractional seconds. See here. (#15)