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

Commit

Permalink
docs: expand bugfix description for #230 in CHANGELOG
Browse files Browse the repository at this point in the history
Expands the description to make it more clear that this affects
`Collection` instances only, and what the new behavior is.
  • Loading branch information
weierophinney committed Feb 26, 2019
1 parent 7d73b64 commit 2193919
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 2.14.1 - TBD
## 2.14.1 - 2019-02-26

### Added

Expand All @@ -22,7 +22,9 @@ All notable changes to this project will be documented in this file, in reverse

### Fixed

- [#230](https://github.com/zendframework/zend-form/pull/230) fixes the "__clone method called on non-object" error that happens when the targetElement is null.
- [#230](https://github.com/zendframework/zend-form/pull/230) fixes the "`__clone` method called on non-object" error that happens when
the `$targetElement` is `null` within a `Collection` instance. It now properly
sets the data to an empty array in such circumstances.

## 2.14.0 - 2019-01-07

Expand Down

0 comments on commit 2193919

Please sign in to comment.