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

Commit 8ba6468

Browse files
committed
Added CHANGELOG for #57
1 parent e44fb0b commit 8ba6468

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22

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

5-
## 2.6.6 - TBD
5+
## 2.6.6 - 2016-04-18
66

77
### Added
88

9-
- Nothing.
9+
- [#57](https://github.com/zendframework/zend-view/pull/57) adds
10+
`Zend\View\Helper\TranslatorAwareTrait`, which provides implementation for
11+
`Zend\I18n\Translator\TranslatorAwareInterface`, and allowed removal of
12+
duplicated implementations in several helpers.
1013

1114
### Deprecated
1215

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

1922
### Fixed
2023

21-
- Nothing.
24+
- [#57](https://github.com/zendframework/zend-view/pull/57) removes the explicit
25+
dependency on `Zend\I18n\Translator\TranslatorAwareInterface` by allowing
26+
helpers to duck type the interface to receive a translator during
27+
instantiation; this allows such helpers to work even when zend-i18n is not
28+
installed. The following helpers were updated to duck type the interface
29+
instead of implement it explicitly:
30+
- `FlashMessenger`
31+
- `HeadTitle`
32+
- all `Navigation` helpers
2233

2334
## 2.6.5 - 2016-03-21
2435

0 commit comments

Comments
 (0)