encfs/vendor/github.com/muflihun/easyloggingpp/doc/RELEASE-NOTES-v9.36

23 lines
827 B
Plaintext
Raw Normal View History

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