From 12b5d3897166fa39749d1ec87e53541cc70ce603 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Sat, 2 Mar 2019 10:20:42 +0300 Subject: [PATCH] Update ChangeLog file --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4006c159..252d0b38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,7 +9,10 @@ * Enable compilation without C runtime (Win32) * Enable mprotect-based incremental GC for Linux/arm and Linux/aarch64 * New API function to get size of object debug header +* New macro (GCTEST_PRINT_VERBOSE) to enable verbose logging in test.c only +* Print pid of child processes if verbose logging (gctest) * Remove Linux-specific commands for building cord/de from Makefile.direct +* Remove dash characters comprising prefix of some verbose logs (gctest) * Remove goto statement in print_callers (code refactoring) * Remove redundant options for building 'cord' in gc.mak * Remove redundant type casts in backgraph HEIGHT_UNKNOWN/IN_PROGRESS @@ -32,7 +35,7 @@ * Workaround 'var reassigned before old value use' cppcheck false positive -== [8.0.4] (not released yet) == +== [8.0.4] 2019-03-02 == * Avoid a full GC when growing finalizer tables if in incremental mode * Avoid potential race in hb_sz access between realloc and reclaim_block -- 2.40.0