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

Commit a8c19bb

Browse files
committed
Added CHANGELOG for #81
1 parent 99e4212 commit a8c19bb

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,21 @@ All notable changes to this project will be documented in this file, in reverse
5353

5454
### Removed
5555

56-
- Nothing.
56+
- `Zend\Mvc\Controller\AbstractController` no longer directly implements
57+
`Zend\ServiceManager\ServiceLocatorAwareInterface`, but still implements the
58+
methods defined in that interface. This was done to provide
59+
forwards-compatibility, as zend-servicemanager v3 no longer defines the
60+
interface. All initializers that do `ServiceLocatorInterface` injection were
61+
updated to also inject when just the methods are present.
5762

5863
### Fixed
5964

6065
- [#31](https://github.com/zendframework/zend-mvc/pull/31) and
6166
[#76](https://github.com/zendframework/zend-mvc/pull/76) update the component
6267
to be forwards-compatible with zend-eventmanager v3.
63-
- [#36](https://github.com/zendframework/zend-mvc/pull/36) and
64-
[#76](https://github.com/zendframework/zend-mvc/pull/76) update the component
68+
- [#36](https://github.com/zendframework/zend-mvc/pull/36),
69+
[#76](https://github.com/zendframework/zend-mvc/pull/76), and
70+
[#81](https://github.com/zendframework/zend-mvc/pull/81) update the component
6571
to be forwards-compatible with zend-servicemanager v3. Several changes were
6672
introduced to support this effort:
6773
- Added a `RouteInvokableFactory`, which can act as either a

0 commit comments

Comments
 (0)