mirror of
https://github.com/vgough/encfs.git
synced 2025-03-11 04:38:21 +01:00
33 lines
1.0 KiB
Plaintext
33 lines
1.0 KiB
Plaintext
|
Easylogging++ v9.85 RELEASE NOTES
|
||
|
---------------------------------
|
||
|
|
||
|
Release type: Major
|
||
|
API changes: No
|
||
|
Breaking Change: Yes
|
||
|
- Performance tracker changed from object to pointer
|
||
|
|
||
|
==========================
|
||
|
= FIXES =
|
||
|
==========================
|
||
|
|
||
|
- C++17 Build fix
|
||
|
- Initialize uninitialized variables (cppcheck)
|
||
|
- Do not create any file when using `ELPP_NO_LOG_TO_FILE`
|
||
|
- Fix bad memory access before opening any files
|
||
|
- Documentation updated and fixed typos
|
||
|
|
||
|
==========================
|
||
|
= NEW FEATURES =
|
||
|
==========================
|
||
|
|
||
|
- Added conditional performance tracking via TIMED_FUNC_IF and TIMED_SCOPE_IF (#415)
|
||
|
|
||
|
==========================
|
||
|
= NOTES =
|
||
|
==========================
|
||
|
|
||
|
- Licence update
|
||
|
- See https://github.com/easylogging/easyloggingpp/blob/v9.85/README.md for manual for this release
|
||
|
- See https://github.com/easylogging/easyloggingpp/tree/master/doc for other release notes
|
||
|
- Closed issues: https://github.com/easylogging/easyloggingpp/issues?page=1&state=closed
|