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

Commit c88fb6e

Browse files
committed
Added CHANGELOG for #71
1 parent facef82 commit c88fb6e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Diff for: CHANGELOG.md

+8-2
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.2 - TBD
5+
## 2.6.2 - 2016-02-22
66

77
### Added
88

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

1919
### Fixed
2020

21-
- Nothing.
21+
- [#71](https://github.com/zendframework/zend-mvc/pull/71) fixes the
22+
`ViewHelperManagerFactory` to be backwards-compatible with v2 by ensuring that
23+
the factories for each of the `url`, `basepath`, and `doctype` view helpers
24+
are registered using the fully qualified class names present in
25+
`Zend\View\HelperPluginManager`; these changes ensure requests for these
26+
helpers resolve to these override factories, instead of the
27+
`InvokableFactory`.
2228

2329
## 2.6.1 - 2016-02-16
2430

0 commit comments

Comments
 (0)