From 433110e22e227e2d0203afa136c43496d4dfc68c Mon Sep 17 00:00:00 2001 From: Andrea Panattoni Date: Sat, 24 May 2014 14:54:54 +0200 Subject: [PATCH] Changelog updated --- framework/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index c90e21b0b2..e905e2289b 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -4,6 +4,7 @@ Yii Framework 2 Change Log 2.0.0-rc under development -------------------------- +- Bug: Add integrity check support for SQLite - Bug #1263: Fixed the issue that Gii and Debug modules might be affected by incompatible asset manager configuration (qiangxue) - Bug #2563: Theming is not working if the path map of the theme contains ".." or "." in the paths (qiangxue) - Bug #2801: Fixed the issue that GridView gets footer content before data cells content (ElisDN)