This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -53,15 +53,21 @@ All notable changes to this project will be documented in this file, in reverse
53
53
54
54
### Removed
55
55
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.
57
62
58
63
### Fixed
59
64
60
65
- [ #31 ] ( https://github.com/zendframework/zend-mvc/pull/31 ) and
61
66
[ #76 ] ( https://github.com/zendframework/zend-mvc/pull/76 ) update the component
62
67
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
65
71
to be forwards-compatible with zend-servicemanager v3. Several changes were
66
72
introduced to support this effort:
67
73
- Added a ` RouteInvokableFactory ` , which can act as either a
You can’t perform that action at this time.
0 commit comments