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

Commit

Permalink
Adds CHANGELOG entry for #155
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Dec 6, 2018
1 parent 3feaeaf commit fcdeea8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,12 @@ All notable changes to this project will be documented in this file, in reverse

### Changed

- [#155](https://github.com/zendframework/zend-view/pull/155) modifies the `Zend\View\Helper\Service\IdentifyFactory` such that it will
now also look for the service `Zend\Authentication\AuthenticationServiceInterface`
if the service `Zend\Authentication\AuthenticationService` is not found. This
allows using a service named after the interface instead of the
implementation if desired.

- [#158](https://github.com/zendframework/zend-view/pull/158) modifies how a `ViewModel` (and all extensions) is cloned; the `$variables`
property, if it is an object, is now cloned as well to ensure changes in the
new instance do not affect the current one.
Expand Down

0 comments on commit fcdeea8

Please sign in to comment.