mirror of
https://github.com/vgough/encfs.git
synced 2024-11-22 16:03:34 +01:00
33 lines
929 B
Plaintext
33 lines
929 B
Plaintext
|
Easylogging++ v9.60 RELEASE NOTES
|
||
|
---------------------------------
|
||
|
|
||
|
Release type: Major
|
||
|
API changes: No
|
||
|
|
||
|
==========================
|
||
|
= NEW FEATURES =
|
||
|
==========================
|
||
|
|
||
|
- Support logging from Logger class for compilers with support for variadic templates (issue #162)
|
||
|
|
||
|
==========================
|
||
|
= REFACTORING =
|
||
|
==========================
|
||
|
|
||
|
- File size cut down
|
||
|
- Changed `inline static` to `static inline` for better readability
|
||
|
|
||
|
==========================
|
||
|
= BUG FIXES =
|
||
|
==========================
|
||
|
|
||
|
- Double free corrpution when sharing storage
|
||
|
- Unused variable warning on Windows regarding "nextTok_" (issue #161)
|
||
|
|
||
|
==========================
|
||
|
= NOTES =
|
||
|
==========================
|
||
|
|
||
|
- 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
|