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&)` to `populateAllLoggerIds(std::vector*)` ========================== = 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