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

Commit 2193919

Browse files
committed
docs: expand bugfix description for #230 in CHANGELOG
Expands the description to make it more clear that this affects `Collection` instances only, and what the new behavior is.
1 parent 7d73b64 commit 2193919

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## 2.14.1 - TBD
5+
## 2.14.1 - 2019-02-26
66

77
### Added
88

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

2323
### Fixed
2424

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

2729
## 2.14.0 - 2019-01-07
2830

0 commit comments

Comments
 (0)