From 516ba30bcc440168e3fe6899ee20b488d105d4b0 Mon Sep 17 00:00:00 2001 From: Kartik Visweswaran Date: Mon, 9 Jun 2014 20:12:05 +0530 Subject: [PATCH] Fix #3756: Convert values to float for number formatting --- framework/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 01c2167809..fdc5e22a56 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -42,6 +42,7 @@ Yii Framework 2 Change Log - Bug #3716: `DynamicModel::validateData()` does not call `validate()` if the `$rules` parameter is empty (qiangxue) - Bug #3751: Fixed postgreSQL schema data for enum values, do not add values if there are none (makroxyz) - Bug #3752: `QueryBuilder::batchInsert()` does not typecast input values (qiangxue) +- Bug #3756: Fix number formatting error for `\yii\base\Formatter` by converting strings to float (kartik-v) - Bug: Fixed inconsistent return of `\yii\console\Application::runAction()` (samdark) - Bug: URL encoding for the route parameter added to `\yii\web\UrlManager` (klimov-paul) - Bug: Fixed the bug that requesting protected or private action methods would cause 500 error instead of 404 (qiangxue)