Skip to content

Commit 0f7948a

Browse files
authored
Merge pull request #372 from wilx/2.0.x
Update for 2.0.3.
2 parents fb15fe9 + a98bd61 commit 0f7948a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88
de-/initialization without `log4cplus::Initializer` instance. GitHub
99
issue #340.
1010

11+
- Deal with `register` keyword being generated in SWIG based bindings. The
12+
keyword is unused and reserved in C++17. Remove use of
13+
`std::unary_function`, it was removed in C++17.
14+
15+
- Add ability to define new log levels using C API. Add reconfiguration
16+
API. (Jens Rehsack)
17+
18+
- Add `NDCMatchFilter` and `MDCMatchFilter`. (Franck)
19+
1120

1221
# log4cplus 2.0.2
1322

0 commit comments

Comments
 (0)