mirror of
https://github.com/vgough/encfs.git
synced 2025-01-02 20:19:11 +01:00
23 lines
827 B
Plaintext
23 lines
827 B
Plaintext
|
Easylogging++ v9.36 RELEASE NOTES
|
||
|
---------------------------------
|
||
|
|
||
|
============================
|
||
|
= REFACTOR =
|
||
|
============================
|
||
|
|
||
|
- Happy Google C++ style guide (cpplint.py) - Lambda semi-colon and line length is left as-is
|
||
|
- API changes to use pointers instead of reference e.g, `populateAllLoggerIds(std::vector<std::string>&)` to `populateAllLoggerIds(std::vector<std::string>*)`
|
||
|
|
||
|
==========================
|
||
|
= FIXES =
|
||
|
==========================
|
||
|
|
||
|
- Fixed `TIMED_BLOCK` to reflect `_ELPP_PERFORMANCE_MICROSECONDS`
|
||
|
|
||
|
==========================
|
||
|
= 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
|