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

Commit d54abfd

Browse files
committed
Added CHANGELOG for #159 and 2.7.10
1 parent 5ba7039 commit d54abfd

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

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

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

5+
## 2.7.10 - 2016-06-13
6+
7+
### Added
8+
9+
- Nothing.
10+
11+
### Deprecated
12+
13+
- Nothing.
14+
15+
### Removed
16+
17+
- [#159](https://github.com/zendframework/zend-mvc/pull/159) removes the
18+
dependency on zend-servicemanager-di.
19+
20+
### Fixed
21+
22+
- [#159](https://github.com/zendframework/zend-mvc/pull/159) fixes issues with
23+
regards to conflicts between zend-servicemanager v2 and
24+
zend-servicemanager-di by re-instating code removed from various
25+
servicemanager/DI-related factories in 2.7.9. Two factories,
26+
`Zend\Mvc\Service\DiAbstractServiceFactoryFactory` and
27+
`Zend\Mvc\Service\DiServiceInitializerFactory`, now raise exceptions if they
28+
detect they are running under zend-servicemanager v3, and prompt the developer
29+
to install zend-servicemanager-di.
30+
531
## 2.7.9 - 2016-06-11
632

733
### Added

0 commit comments

Comments
 (0)