From 95e3237054860e1cf444e8587b375035ba1b6a3d Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Fri, 1 Jun 2018 00:25:09 +0300 Subject: [PATCH] Update CHANGELOG.md --- framework/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 7b3f893..9d33222 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -4,7 +4,7 @@ Yii Framework 2 Change Log 2.1.0 under development ----------------------- -- Bug #16327: Fix getComposer() yii\BaseYii::createObject(null) BaseMailer.php #16327. (cjtterabyte) +- Bug #16327: Fix getComposer() yii\BaseYii::createObject(null) BaseMailer (cjtterabyte) - Bug #16065: Remove using `date.timezone` at `yii\base\Application`, use `date_default_timezone_get()` instead (sashsvamir) - Bug #12539: `yii\filters\ContentNegotiator` now generates 406 'Not Acceptable' instead of 415 'Unsupported Media Type' on content-type negotiation fail (PowerGamer1) - Bug #14458: Fixed `yii\filters\VerbFilter` uses case-insensitive comparison for the HTTP method name (klimov-paul)