From 932c4d16a876275cc46270af16b81c4c8da6a866 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Wed, 5 Dec 2018 00:45:52 +0300 Subject: [PATCH] Update ChangeLog file --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index d088c54..c594bf5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,18 @@ +== [8.1.0] (development) == + +* Add I_HOLD_LOCK assertion to expand_hp_inner and related functions +* Enable compilation without C runtime (Win32) +* New API function to get size of object debug header +* Remove redundant type casts in backgraph HEIGHT_UNKNOWN/IN_PROGRESS +* Workaround '*_stubborn function is never used' cppcheck warnings +* Workaround 'GC_get_thr_restart_signal is never used' cppcheck warning +* Workaround 'identical inner return condition always true' cppcheck warning +* Workaround 'var reassigned before old value use' cppcheck false positive + +Also, includes 8.0.2 changes + + == [8.0.2] (not released yet) == * Add initial testing of GC_enable/disable, MALLOC[_ATOMIC]_IGNORE_OFF_PAGE -- 2.7.4