From 2193919ecd5e22deaec5f09ff2b7abdb453c8353 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Tue, 26 Feb 2019 12:12:31 -0600 Subject: [PATCH] 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. --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fec6d251..0edab423 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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