Browse Source

changelog

tags/2.0.1
mdmunir 10 years ago committed by Qiang Xue
parent
commit
3dd61bdc93
  1. 2
      framework/CHANGELOG.md

2
framework/CHANGELOG.md

@ -5,7 +5,6 @@ Yii Framework 2 Change Log
-----------------------
- no changes in this release.
- Bug #5584: Use 'ON DELETE SET NULL' instead of 'ON DELETE CASCADE' at `yii\rbac\DbManager` (mdmunir)
2.0.0 October 12, 2014
@ -25,6 +24,7 @@ Yii Framework 2 Change Log
- Bug #5424: `Html::addCssStyle()` wasn't correctly setting style passed in array (kartik-v, samdark)
- Bug #5435: Added extra checks to `yii\rbac\DbManager` to prevent database exceptions when `$userId` is empty (samdark)
- Bug #5484: Fixed potential string suffix detection failure on 5.5.11 (qiangxue)
- Bug #5584: Fixed `yii\rbac\DbRbacManager` delete items on deleting rule in case database does not support foreigh keys (mdmunir)
- Bug: Date and time formatting now assumes UTC as the timezone for input dates unless a timezone is explicitly given (cebe)
- Enh #4040: Added `$viewFile` and `$params` to the `EVENT_BEFORE_RENDER` and `EVENT_AFTER_RENDER` events for `View` (qiangxue)
- Enh #4275: Added `removeChildren()` to `yii\rbac\ManagerInterface` and implementations (samdark)

Loading…
Cancel
Save