From 4a32a5a8a54dad7a458bd60933751370747b240d Mon Sep 17 00:00:00 2001 From: Zhandos Date: Tue, 11 Mar 2014 17:37:19 +0500 Subject: [PATCH] Update CHANGELOG.md updated changelog about isEmpty bug. --- framework/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 9446f0a..4baf139 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -64,6 +64,7 @@ Yii Framework 2 Change Log - Bug: Fixed `$model->load($data)` returned `true` if `$data` and `formName` were empty (samdark) - Bug: Fixed issue with `ActiveRelationTrait` preventing `ActiveQuery` from clearing events and behaviors on clone (jom) - Bug: `Query::queryScalar` wasn't making `SELECT DISTINCT` queries subqueries (jom) +- Bug: Fixed the issue that `FileValidator::isEmpty()` always returns true for validate multiple files (ZhandosKz) - Enh #46: Added Image extension based on [Imagine library](http://imagine.readthedocs.org) (tonydspaniard) - Enh #364: Improve Inflector::slug with `intl` transliteration. Improved transliteration char map. (tonydspaniard) - Enh #797: Added support for validating multiple columns by `UniqueValidator` and `ExistValidator` (qiangxue)