Fixed changelog format

This commit is contained in:
Alexander Makarov
2018-05-01 01:13:50 +03:00
committed by GitHub
parent 2b6d181878
commit f65361e47d

View File

@ -3,7 +3,7 @@ Yii Framework 2 Change Log
2.0.16 under development
------------------------
- Bug #16193: Fixed `yii\filters\Cors` to not reflect origin header value when configured to wildcard origins. (Jianjun Chen)
- Bug #16193: Fixed `yii\filters\Cors` to not reflect origin header value when configured to wildcard origins (Jianjun Chen)
- Bug #16068: Fixed `yii\web\CookieCollection::has` when an expiration param is set to 'until the browser is closed' (OndrejVasicek)
- Bug #16006: Handle case when `X-Forwarded-Host` header have multiple hosts separated with a comma (pgaultier)
- Bug #16010: Fixed `yii\filters\ContentNegotiator` behavior when GET parameters contain an array (rugabarbo)