From c702dacfda758e628cb379c63903a57e9890aeee Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Mon, 6 Jan 2014 15:19:59 +0400 Subject: [PATCH] Changelog update --- framework/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 47a4456..b11b50c 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -21,6 +21,8 @@ Yii Framework 2 Change Log - Bug #1704: Incorrect regexp is used in `Inflector::camelize()` (qiangxue) - Bug #1710: OpenId auth client does not request required attributes correctly (klimov-paul) - Bug #1733: Incorrect code about `$_modelClasses` in `DbFixtureManager` (qiangxue) +- Bug #1798: Fixed label attributes for array fields (zhuravljov) +- Bug #1800: Better check for `$_SERVER['HTTPS']` in `yii\web\Request::getIsSecureConnection()` (ginus, samdark) - Bug: Fixed `Call to a member function registerAssetFiles() on a non-object` in case of wrong `sourcePath` for an asset bundle (samdark) - Bug: Fixed incorrect event name for `yii\jui\Spinner` (samdark) - Bug: Json::encode() did not handle objects that implement JsonSerializable interface correctly (cebe) @@ -60,6 +62,7 @@ Yii Framework 2 Change Log - Chg #1610: `Html::activeCheckboxList()` and `Html::activeRadioList()` will submit an empty string if no checkbox/radio is selected (qiangxue) - Chg #1643: Added default value for `Captcha::options` (qiangxue) - Chg #1647: Changed the default CSS class of error block to be `error-block` (qiangxue) +- Chg #1796: Removed `yii\base\Controller::getActionParams()` (samdark) - Chg: Renamed `yii\jui\Widget::clientEventsMap` to `clientEventMap` (qiangxue) - Chg: Renamed `ActiveRecord::getPopulatedRelations()` to `getRelatedRecords()` (qiangxue) - Chg: Renamed `attributeName` and `className` to `targetAttribute` and `targetClass` for `UniqueValidator` and `ExistValidator` (qiangxue)