From 79eb6fa50bc5862a607a188543ac1b77c9e156f5 Mon Sep 17 00:00:00 2001 From: Wu Yongwei Date: Sun, 1 Apr 2018 09:58:14 +0800 Subject: [PATCH] Update CHANGELOG after the file rolling change. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91de75e30..b751c941c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ - `ELPP_NO_DEFAULT_LOG_FILE` now logs to null device on major platforms (windows and unix) - Fixes unused warnings for constants +### Updates +- File rolling is now validated when flushing happens + ## [9.96.2] - 27-02-2018 ### Updates - Dispatcher now passes in pointer to log message instead of creating on the fly