mirror of
https://github.com/vgough/encfs.git
synced 2024-11-22 07:53:31 +01:00
59d74aea1f
git-subtree-dir: vendor/github.com/muflihun/easyloggingpp git-subtree-split: 850ea2a9f151ed648a989dda1cf44e503e45831f
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
|