@@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## Unreleased
88
9+ ## [ v2.2.0] - 2020-06-18
10+
11+ ### Added
12+
13+ - [ #287 ] Add ` task:debug ` command
14+ - [ #233 ] Add option to ignore empty context in monolog, thanks to [ @rrushton ]
15+ - [ #298 ] Add ` logger_factory ` config option
16+
17+ ### Removed
18+
19+ - [ #292 ] Drop Symfony 4.2 support
20+
921## [ v2.1.0] - 2020-02-02
1022
1123### Added
@@ -251,6 +263,9 @@ In `v2` this will result in exception.
251263
252264- [ #77 ] Fix high cpu usage
253265
266+ [ #298 ] : https://github.com/lavary/crunz/pull/298
267+ [ #292 ] : https://github.com/lavary/crunz/pull/292
268+ [ #287 ] : https://github.com/lavary/crunz/pull/287
254269[ #280 ] : https://github.com/lavary/crunz/pull/280
255270[ #274 ] : https://github.com/lavary/crunz/pull/274
256271[ #268 ] : https://github.com/lavary/crunz/pull/268
@@ -260,6 +275,7 @@ In `v2` this will result in exception.
260275[ #245 ] : https://github.com/lavary/crunz/pull/245
261276[ #243 ] : https://github.com/lavary/crunz/pull/243
262277[ #240 ] : https://github.com/lavary/crunz/pull/240
278+ [ #233 ] : https://github.com/lavary/crunz/pull/233
263279[ #229 ] : https://github.com/lavary/crunz/pull/229
264280[ #225 ] : https://github.com/lavary/crunz/pull/225
265281[ #224 ] : https://github.com/lavary/crunz/pull/224
@@ -385,6 +401,7 @@ In `v2` this will result in exception.
385401[ v2.0.3 ] : https://github.com/lavary/crunz/compare/v2.0.2...v2.0.3
386402[ v2.0.4 ] : https://github.com/lavary/crunz/compare/v2.0.3...v2.0.4
387403[ v2.1.0 ] : https://github.com/lavary/crunz/compare/v2.0.4...v2.1.0
404+ [ v2.2.0 ] : https://github.com/lavary/crunz/compare/v2.1.0...v2.2.0
388405[ @vinkla ] : https://github.com/vinkla
389406[ @timurbakarov ] : https://github.com/timurbakarov
390407[ @radarhere ] : https://github.com/radarhere
@@ -401,3 +418,4 @@ In `v2` this will result in exception.
401418[ @FallDi ] : https://github.com/FallDi
402419[ @SadeghPM ] : https://github.com/SadeghPM
403420[ @mareksuscak ] : https://github.com/mareksuscak
421+ [ @rrushton ] : https://github.com/rrushton
0 commit comments