Easylogging++ v9.97.0 Release Notes

Release Date: 2020-12-25 // over 3 years ago
  • ๐Ÿ”‹ Features

    • Support for QNX OS
    • Add library via vcpkg
    • ENABLE_EXECINFO option in CMake to enable/disable stack trace

    ๐Ÿ› Bug Fixes

    • Fix attempt to access the released memory
    • Fix April month name
    • Refer to unknown user as unknown-user instead of user
    • Handle low memory situation
    • Fix many compiler warnings

Previous changes from v9.96.7

  • ๐Ÿ”„ Changelog v9.96.7

    • โž• Adds support for compiling easyloggingpp using Emscripten. This allows the library to be compiled into Javascript or WebAssembly and run in the browser while logging to the browser's Javascript console.

    ๐Ÿ”„ Changelog v9.96.6

    • Storage constructor (indirectly) attempts to access elStorage before it's initialized (issue #660)
    • ๐Ÿ›  Fixed unused variable warning while build without performance logging feature
    • โšก๏ธ Updated license