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 -------------------