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

Commit 853e4b2

Browse files
committed
Added CHANGELOG for #69
1 parent b43b717 commit 853e4b2

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## 2.6.1 - TBD
5+
## 2.6.1 - 2016-02-16
66

77
### Added
88

@@ -18,7 +18,17 @@ All notable changes to this project will be documented in this file, in reverse
1818

1919
### Fixed
2020

21-
- Nothing.
21+
- [#69](https://github.com/zendframework/zend-mvc/pull/69) largely reverts
22+
[#30](https://github.com/zendframework/zend-mvc/pull/30), having the component
23+
utilize the `HydratorPluginManager` from zend-stdlib 2.7.5. This was done to
24+
provide backwards compatibility; while zend-stdlib Hydrator types can be used
25+
in place of zend-hydrator types, the reverse is not true.
26+
27+
You can make your code forwards-compatible with version 3, where the
28+
`HydratorPluginManager` will be pulled from zend-hydrator, by updating your
29+
typehints to use the zend-hydrator classes instead of those from zend-stdlib;
30+
the instances returned from the zend-stdlib `HydratorPluginManager`, because
31+
they extend those from zend-hydrator, remain compatible.
2232

2333
## 2.6.0 - 2015-09-22
2434

0 commit comments

Comments
 (0)