Update CHANGELOG.md

This commit is contained in:
Carsten Brandt
2014-07-23 01:34:43 +02:00
parent d036d2f5bf
commit 5ad178a653

View File

@ -75,7 +75,7 @@ Yii Framework 2 Change Log
- Enh #87: Helper `yii\helpers\Security` converted into application component, cryptographic strength improved (klimov-paul)
- Enh #422: Added Support for BIT(M) data type default values in Schema (cebe)
- Enh #1160: Added $strict parameter to Inflector::camel2id() to handle consecutive uppercase chars (schmunk)
- Enh #1249: Added support for Active Record relation via array attributes (klimov-paul)
- Enh #1249: Added support for Active Record relation via array attributes (klimov-paul, cebe)
- Enh #1452: Added `Module::getInstance()` to allow accessing the module instance from anywhere within the module (qiangxue)
- Enh #2264: `CookieCollection::has()` will return false for expired or removed cookies (qiangxue)
- Enh #2435: `yii\db\IntegrityException` is now thrown on database integrity errors instead of general `yii\db\Exception` (samdark)