From e1934ccf6c5384a38d62b005b74b11c7c2841e79 Mon Sep 17 00:00:00 2001 From: Kartik Visweswaran Date: Mon, 19 May 2014 21:41:31 +0530 Subject: [PATCH] Fix #3472: Configurable option to encode spaces in dropdowns --- framework/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index ee826af868e..1aa1dc38c6e 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -4,7 +4,7 @@ Yii Framework 2 Change Log 2.0.0-rc under development -------------------------- -- Enh #3472: Added configurable option to encode spaces in dropDownLists and listBoxes +- Enh #3472: Added configurable option to encode spaces in dropDownLists and listBoxes (kartik-v) - 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)