mirror of
https://github.com/vgough/encfs.git
synced 2024-11-28 19:03:42 +01:00
28 lines
866 B
Plaintext
28 lines
866 B
Plaintext
|
Easylogging++ v9.23 RELEASE NOTES
|
||
|
---------------------------------
|
||
|
|
||
|
==========================
|
||
|
= DEPRECATED =
|
||
|
==========================
|
||
|
|
||
|
- `_ELPP_PREVENT_FATAL_ABORT` is replaced with `el::LoggingFlag::DisableApplicationAbortOnFatalLog` (issue #119)
|
||
|
|
||
|
==========================
|
||
|
= NEW FEATURES =
|
||
|
==========================
|
||
|
|
||
|
- Custom installable format specifiers (issue #118)
|
||
|
- Ability to uninstall pre-rollout handler
|
||
|
- New check macros
|
||
|
- CHECK_LT (less-than)
|
||
|
- CHECK_GT (greater-than)
|
||
|
- CHECK_LE (less-than or equal)
|
||
|
- CHECK_GE (greater-than or equal)
|
||
|
|
||
|
==========================
|
||
|
= 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
|