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

Commit 464fb5b

Browse files
committed
Added CHANGELOG for #52
1 parent 1c1d2a1 commit 464fb5b

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 10 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.4 - TBD
5+
## 2.6.4 - 2016-03-02
66

77
### Added
88

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

1919
### Fixed
2020

21-
- Nothing.
21+
- [#52](https://github.com/zendframework/zend-view/pull/52) fixes several issues
22+
detected after re-enabling tests skipped when executed against
23+
zend-servicemanager/zend-eventmanager v3:
24+
- `HelperPluginManager` now implements an `EventManagerAware` initializer.
25+
- `Zend\View\Helper\Navigation\AbstractHelper` now contains logic to ensure
26+
that when an `EventManager` instance is lazy-loaded, it composes a
27+
`SharedEventManager`.
28+
- The `FlashMessenger` factory now correctly pulls the `config` service, not
29+
the `Config` service (former is both backwards- and forwards compatible).
2230

2331
## 2.6.3 - 2016-02-22
2432

0 commit comments

Comments
 (0)