diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 619403ed73..75bd503b44 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -104,7 +104,6 @@ Yii Framework 2 Change Log - Enh: `init` of advanced application now allows to specify answer for overwriting files via `init --overwrite=n` (samdark) - Enh: Added `TableSchema::fullName` property (qiangxue) - Enh: yii\codeception\TestCase now supports loading and using fixtures via Yii fixture framework (qiangxue) -- Enh: Added support to parse json request data to Request::getRestParams() (cebe) - Enh: Added ability to get incoming headers (dizews) - Enh: Added `beforeRun()` and `afterRun()` to `yii\base\Action` (qiangxue) - Enh: Added support for using timeZone with `yii\base\Formatter` (dizews) @@ -120,7 +119,7 @@ Yii Framework 2 Change Log - Chg #1958: `beforeSubmit` in `yii.activeform` is now executed after validation and before form submission (6pblcb) - Chg #2025: Removed ability to declare scopes in ActiveRecord (samdark) - Chg #2043: Renamed `yii\web\Request::acceptedLanguages` to `acceptableLanguages` (qiangxue) -- Chg #2043: Removed `yii\web\Request::getPut()`, `getDelete()`, `getPatch()` in favor of `getBodyParam()` (cebe) +- Chg #2043: Removed `yii\web\Request::getPost()`, `getPut()`, `getDelete()`, `getPatch()` in favor of `getBodyParam()` (cebe) - Chg #2043: Renamed `yii\web\Request::get()` to `getQueryParams()` and `getRestParams()` to `getBodyParams()` (cebe) - Chg #2057: AutoTimestamp attributes defaults changed from `create_time` and `update_time` to `created_at` and `updated_at` (creocoder) - Chg #2059: Implemented git-flavored file excluding/filtering for `FileHelper` (nineinchnick)