fixed changelog for HTMLPurifier

This commit is contained in:
Carsten Brandt
2016-02-21 18:08:31 +01:00
parent 15eb280d2d
commit cdf01f357a

View File

@@ -8,7 +8,7 @@ Yii Framework 2 Change Log
- Enh #10451: Check of existence of `$_SERVER` in `\yii\web\Request` before using it (quantum13)
- Enh #10610: Added `BaseUrl::$urlManager` to be able to set URL manager used for creating URLs (samdark)
- Enh #10764: `yii\helpers\Html::tag()` and `::beginTag()` return content without any HTML when the `$tag` attribute is `false` or `null` (pana1990)
- Chg: HTMLPurifier dependency updated to ~4.7.0 (samdark)
- Chg: HTMLPurifier dependency updated to `~4.6` (samdark)
2.0.7 February 14, 2016
-----------------------