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

Commit e0dd48d

Browse files
committed
Merge branch 'hotfix/223' into release-2.7
Close #223 Fixes #224
2 parents 9b705d5 + 9bd5af6 commit e0dd48d

File tree

6 files changed

+222
-100
lines changed

6 files changed

+222
-100
lines changed

CHANGELOG.md

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

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

5+
## 2.7.11 - 2017-04-27
6+
7+
### Added
8+
9+
- Nothing.
10+
11+
### Deprecated
12+
13+
- Nothing.
14+
15+
### Removed
16+
17+
- Nothing.
18+
19+
### Fixed
20+
21+
- [#223](https://github.com/zendframework/zend-mvc/pull/223) fixes how the
22+
`FormAnnotationBuilderFactory` injects the builder with the
23+
`FormElementManager` service such that it will work with the latest zend-form
24+
releases.
25+
526
## 2.7.10 - 2016-06-13
627

728
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
1818
"zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
1919
"zendframework/zend-hydrator": "^1.1 || ^2.1",
20-
"zendframework/zend-form": "^2.7",
20+
"zendframework/zend-form": "^2.8.2",
2121
"zendframework/zend-stdlib": "^2.7.5 || ^3.0",
2222
"zendframework/zend-psr7bridge": "^0.2",
2323
"container-interop/container-interop": "^1.1"

0 commit comments

Comments
 (0)