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 +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file, in reverse chronological order by release.
4
4
5
+ ## 2.7.9 - TBD
6
+
7
+ ### Added
8
+
9
+ - [ #149 ] ( https://github.com/zendframework/zend-mvc/pull/149 ) and
10
+ [ #158 ] ( https://github.com/zendframework/zend-mvc/pull/158 ) add a dependency
11
+ on zendframework/zend-servicemanager-di in order to provide both backwards and
12
+ forwards compatibility for the DI/ServiceManager integration.
13
+
14
+ ### Deprecated
15
+
16
+ - [ #158 ] ( https://github.com/zendframework/zend-mvc/pull/158 ) deprecates each of
17
+ the following classes, which now have equivalents in the
18
+ zend-servicemanager-di package (which is required by zend-mvc v2, but optional
19
+ starting with zend-mvc v3):
20
+ - ` Zend\Mvc\Service\DiAbstractServiceFactoryFactory `
21
+ - ` Zend\Mvc\Service\DiFactory `
22
+ - ` Zend\Mvc\Service\DiServiceInitializerFactory `
23
+ - ` Zend\Mvc\Service\DiStrictAbstractServiceFactory `
24
+ - ` Zend\Mvc\Service\DiStrictAbstractServiceFactoryFactory `
25
+
26
+ ### Removed
27
+
28
+ - Nothing.
29
+
30
+ ### Fixed
31
+
32
+ - [ #149 ] ( https://github.com/zendframework/zend-mvc/pull/149 ) and
33
+ [ #158 ] ( https://github.com/zendframework/zend-mvc/pull/158 ) fix an "undefined
34
+ variable" issue with ` Zend\Mvc\Service\DiAbstractServiceFactoryFactory ` .
35
+
5
36
## 2.7.8 - 2016-05-31
6
37
7
38
### Added
You can’t perform that action at this time.
0 commit comments