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

Commit

Permalink
Added CHANGELOG for #47
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Feb 18, 2016
1 parent 8c45bed commit a1228db
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## 2.6.2 - TBD
## 2.6.2 - 2016-02-18

### Added

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

### Fixed

- Nothing.
- [#47](https://github.com/zendframework/zend-view/pull/47) fixes
`Navigation\PluginManager` to ensure it is backwards compatible
with zend-servicemanager v2, including:
- fixing the constructor to be BC with v2 and forwards-compatible with v3.
- adding additional, normalized alias/factory pairs.
- [#47](https://github.com/zendframework/zend-view/pull/47) fixes
the behavior of `HelperPluginManager::injectTranslator()` to return
early if no container is provided (fixing an issue with navigation
helpers introduced in 2.6.0).

## 2.6.1 - 2016-02-18

Expand Down

0 comments on commit a1228db

Please sign in to comment.