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 ofuser
- 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