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 #119
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Sep 14, 2016
1 parent b839697 commit 778df73
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ All notable changes to this project will be documented in this file, in reverse

### Fixed

- Nothing.
- [#119](https://github.com/zendframework/zend-form/pull/119) fixes the order in
which the default initializers are injected into the `FormElementManager`,
ensuring that the initializer injecting a factory into a `FormFactoryAware`
instance is triggered before the initializer that calls `init()`, and also
that the initializer calling `init()` is always triggered last.

## 2.9.0 - 2016-06-07

Expand Down

0 comments on commit 778df73

Please sign in to comment.