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

Commit 98089e8

Browse files
committed
Added CHANGELOG for #158 and #149
1 parent 8561263 commit 98089e8

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

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+
536
## 2.7.8 - 2016-05-31
637

738
### Added

0 commit comments

Comments
 (0)