mirror of
https://github.com/vgough/encfs.git
synced 2024-12-22 06:30:48 +01:00
25 lines
729 B
Plaintext
25 lines
729 B
Plaintext
|
Easylogging++ v9.58 RELEASE NOTES
|
||
|
---------------------------------
|
||
|
|
||
|
Release type: Minor
|
||
|
API changes: No
|
||
|
|
||
|
=========================
|
||
|
= REFACTORING =
|
||
|
=========================
|
||
|
|
||
|
- Use `std::string` instead of `const char*` where it does not affect performance.
|
||
|
|
||
|
=========================
|
||
|
= BUG FIXES =
|
||
|
=========================
|
||
|
|
||
|
- Thread ID resolution function returns `std::string` instead of `const char*` to prevent invalid pointers return
|
||
|
|
||
|
==========================
|
||
|
= 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
|