File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles.
66
77## [ Unreleased]
88
9+ ## [ 2.1.0] - 2022-07-11
10+
11+ <!-- MARKDOWN-RELEASE:START -->
12+ ### Added
13+
14+ - [ PR #7 ] ( https://github.com/llaville/monolog-callbackfilterhandler/pull/7 ) : Allow LogLevel constants as HandlerLevel (thanks to @mimmi20 )
15+ <!-- MARKDOWN-RELEASE:END -->
16+
917## [ 2.0.0] - 2021-07-20
1018
1119New major version to accept only Monolog v2
@@ -28,5 +36,6 @@ Do not consider using anymore the level of `$handler` first argument of class co
2836
2937First version of this handler for Monolog v1 that filters records based on a list of callback functions
3038
31- [ unreleased ] : https://github.com/llaville/monolog-callbackfilterhandler/compare/2.0.0...HEAD
39+ [ unreleased ] : https://github.com/llaville/monolog-callbackfilterhandler/compare/2.1.0...HEAD
40+ [ 2.1.0 ] : https://github.com/llaville/monolog-callbackfilterhandler/compare/2.0.0...2.1.0
3241[ 2.0.0 ] : https://github.com/llaville/monolog-callbackfilterhandler/compare/1.0.0...2.0.0
You can’t perform that action at this time.
0 commit comments