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

Commit

Permalink
Added CHANGELOG for #134
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Apr 26, 2017
1 parent bbfc6b5 commit 38d282c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ All notable changes to this project will be documented in this file, in reverse

### Fixed

- Nothing.
- [#134](https://github.com/zendframework/zend-form/pull/134) fixes how the
`FormElementManager` handles invokable classes when the `autoAddInvokableClass`
flag is enabled. Previously, it used the built-in utilities from
zend-servicemanager, but now correctly uses its own `setInvokableClass()`
method, which forces usage of the `ElementFactory` for such classes, and thus
ensures the name and options are passed to the element constructor.

## 2.10.0 - 2017-02-23

Expand Down

0 comments on commit 38d282c

Please sign in to comment.