Skip to content

Commit

Permalink
Merge pull request log4cplus#372 from wilx/2.0.x
Browse files Browse the repository at this point in the history
Update for 2.0.3.
  • Loading branch information
wilx authored Dec 16, 2018
2 parents fb15fe9 + a98bd61 commit 0f7948a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0f7948a

Please sign in to comment.