Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Rephrase the changelog
Browse files Browse the repository at this point in the history
Removed the added note since it might lead to confusion to the reader
and moved the ref to PR #23 to the Removed and Fixed section which
states more clearly what happened
  • Loading branch information
tux-rampage committed Jan 22, 2018
1 parent df8b616 commit 6a5ff77
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ All notable changes to this project will be documented in this file, in reverse
- [#33](https://github.com/zendframework/zend-di/pull/32) add ability to pass
`Psr\Log\LoggerInterface` to `Zend\Di\CodeGenerator\InjectorGenerator`'s constructor


- [#32](https://github.com/zendframework/zend-di/pull/32) adds the implementation of
`Psr\Log\LoggerAwareInterface` to `Zend\Di\CodeGenerator\InjectorGenerator`

- [#31](https://github.com/zendframework/zend-di/pull/31) adds the service
factory `Zend\Di\Container\GeneratorFactory` for creating a
`Zend\Di\CodeGenerator\InjectorGenerator` instance with zend-servicemanager.
Expand All @@ -32,12 +28,13 @@ All notable changes to this project will be documented in this file, in reverse
### Removed

- [#33](https://github.com/zendframework/zend-di/pull/32) removes the implementation of
`Psr\Log\LoggerAwareInterface` from `Zend\Di\CodeGenerator\InjectorGenerator`
`Psr\Log\LoggerAwareInterface` from `Zend\Di\CodeGenerator\InjectorGenerator` that
was introduced with [#32](https://github.com/zendframework/zend-di/pull/32)

### Fixed

- [#33](https://github.com/zendframework/zend-di/pull/32) fixes discouraged use of
`Psr\Log\LoggerAware*`
`Psr\Log\LoggerAware*` that was introduced with [#32](https://github.com/zendframework/zend-di/pull/32)

## 3.0.1 - TBD

Expand Down

0 comments on commit 6a5ff77

Please sign in to comment.