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

Commit fcdeea8

Browse files
committed
Adds CHANGELOG entry for #155
1 parent 3feaeaf commit fcdeea8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ All notable changes to this project will be documented in this file, in reverse
1010

1111
### Changed
1212

13+
- [#155](https://github.com/zendframework/zend-view/pull/155) modifies the `Zend\View\Helper\Service\IdentifyFactory` such that it will
14+
now also look for the service `Zend\Authentication\AuthenticationServiceInterface`
15+
if the service `Zend\Authentication\AuthenticationService` is not found. This
16+
allows using a service named after the interface instead of the
17+
implementation if desired.
18+
1319
- [#158](https://github.com/zendframework/zend-view/pull/158) modifies how a `ViewModel` (and all extensions) is cloned; the `$variables`
1420
property, if it is an object, is now cloned as well to ensure changes in the
1521
new instance do not affect the current one.

0 commit comments

Comments
 (0)