From a98bd61e553be2a69a957b79ffed4b91d3dbe49a Mon Sep 17 00:00:00 2001 From: Vaclav Haisman Date: Sun, 16 Dec 2018 10:45:17 +0100 Subject: [PATCH] Update for 2.0.3. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index ab95090bc..1b087f21d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,15 @@ de-/initialization without `log4cplus::Initializer` instance. GitHub issue #340. + - Deal with `register` keyword being generated in SWIG based bindings. The + keyword is unused and reserved in C++17. Remove use of + `std::unary_function`, it was removed in C++17. + + - Add ability to define new log levels using C API. Add reconfiguration + API. (Jens Rehsack) + + - Add `NDCMatchFilter` and `MDCMatchFilter`. (Franck) + # log4cplus 2.0.2