mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-10 02:13:17 +08:00
Update CHANGELOG.md
This commit is contained in:
@ -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 #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 #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 #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 #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 #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)
|
- Enh #2435: `yii\db\IntegrityException` is now thrown on database integrity errors instead of general `yii\db\Exception` (samdark)
|
||||||
|
|||||||
Reference in New Issue
Block a user