forked from abumq/easyloggingpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRELEASE-NOTES-v9.85
32 lines (25 loc) · 1.01 KB
/
RELEASE-NOTES-v9.85
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Easylogging++ v9.85 RELEASE NOTES
---------------------------------
Release type: Major
API changes: No
Breaking Change: Yes
- Performance tracker changed from object to pointer
==========================
= FIXES =
==========================
- C++17 Build fix
- Initialize uninitialized variables (cppcheck)
- Do not create any file when using `ELPP_NO_LOG_TO_FILE`
- Fix bad memory access before opening any files
- Documentation updated and fixed typos
==========================
= NEW FEATURES =
==========================
- Added conditional performance tracking via TIMED_FUNC_IF and TIMED_SCOPE_IF (#415)
==========================
= NOTES =
==========================
- Licence update
- See https://github.com/easylogging/easyloggingpp/blob/v9.85/README.md for manual for this release
- 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