Browse Source

Update CHANGELOG.md

updated changelog about isEmpty bug.
tags/2.0.0-beta
Zhandos 11 years ago
parent
commit
4a32a5a8a5
  1. 1
      framework/CHANGELOG.md

1
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)

Loading…
Cancel
Save