From 84d015eb0213df2fb53afc493c42f4ba7b8a3246 Mon Sep 17 00:00:00 2001 From: Alex-Code Date: Sun, 18 Sep 2016 23:26:35 +0100 Subject: [PATCH] Update CHANGELOG.md --- framework/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 8cdff3cc34..a56de02d8a 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -65,6 +65,7 @@ Yii Framework 2 Change Log - Enh #12382: Changed `yii\widgets\MaskedInput` to use `jQuery` instead of `$` to prevent conflicts (samdark) - Bug #12446: Disable slaves when execute migrations to resolve master-slave replication no-sync (lichunqiang) - Bug #12423: Fixed migration tool problem of creating fields with brackets in comment (pana1990) +- Bug #12537: Fixes issues with spaces in `StringHelper:truncatHtml` (Alex-Code) 2.0.9 July 11, 2016 -------------------