From bfc2ed2aba8a32135edb7cd2319dafe1fb2c8ed7 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Sun, 29 Dec 2013 23:51:04 +0100 Subject: [PATCH] Fixed #1635 --- framework/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index ba8eab2..94e5bae 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -16,7 +16,7 @@ Yii Framework 2 Change Log - Bug #1591: StringValidator is accessing undefined property (qiangxue) - Bug #1597: Added `enableAutoLogin` to basic and advanced application templates so "remember me" now works properly (samdark) - Bug #1631: Charset is now explicitly set to UTF-8 when serving JSON (samdark) -- Bug #1636: `yii\jui\SliderInput` wasn't properly initialized (samdark) +- Bug #1635: `yii\jui\SliderInput` wasn't properly initialized (samdark) - Bug #1686: ActiveForm is creating duplicated messages in error summary (qiangxue) - Bug: Fixed `Call to a member function registerAssetFiles() on a non-object` in case of wrong `sourcePath` for an asset bundle (samdark) - Bug: Fixed incorrect event name for `yii\jui\Spinner` (samdark)