Commit 3dd61bdc by mdmunir Committed by Qiang Xue

changelog

parent dc8b8edb
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment