From 81f0566875e8382c0826d68ed164a56d799c0f6e Mon Sep 17 00:00:00 2001 From: Nikola Posa Date: Sun, 2 Sep 2018 15:04:13 +0200 Subject: [PATCH] Monolog Factory 2.0.1 --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fbc65e..f169125 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,11 @@ All notable changes to this project will be documented in this file. -## 2.0.0 - 2017-09-22 +## 2.0.1 - 2018-09-22 +### Fixed +- [3: Cannot define logger configuration for handlers that depend on interfaces or abstract classes in their constructors](https://github.com/nikolaposa/monolog-factory/issues/3) +## 2.0.0 - 2017-09-22 ### Added - `AbstractDiContainerLoggerFactory` to allow for having a custom logger config resolution strategy. - Possibility for defining per-handler processors. @@ -12,7 +15,6 @@ All notable changes to this project will be documented in this file. - Rename `ContainerInteropLoggerFactory` to `DiContainerLoggerFactory`. ## 1.0.0 - 2017-06-15 - ### Changed - Improved error handling in ContainerInteropLoggerFactory. @@ -23,4 +25,4 @@ All notable changes to this project will be documented in this file. ## 0.1.0 - 2017-06-11 -[Unreleased]: https://github.com/nikolaposa/monolog-factory/compare/2.0.0...HEAD +[Unreleased]: https://github.com/nikolaposa/monolog-factory/compare/2.0.1...HEAD