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

Commit 38d282c

Browse files
committed
Added CHANGELOG for #134
1 parent bbfc6b5 commit 38d282c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ All notable changes to this project will be documented in this file, in reverse
1818

1919
### Fixed
2020

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

2328
## 2.10.0 - 2017-02-23
2429

0 commit comments

Comments
 (0)