Skip to content

Commit

Permalink
fixed missing changelog and missing @since
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed Apr 28, 2017
1 parent 6c03216 commit f14d4c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions framework/CHANGELOG.md
Expand Up @@ -48,6 +48,7 @@ Yii Framework 2 Change Log
- Bug #14012: `yii\db\pgsql\Schema::findViewNames()` was skipping materialized views (insolita)
- Bug #14033: Fixed `yii\filters\AccessRule::matchIp()` erroring in case IP is not defined under HHVM (Kolyunya)
- Bug #14052: Fixed processing parse errors on PHP 7 since these are instances of `\ParseError` (samdark)
- Bug #14074: Fixed default value of `yii\console\controllers\FixtureController::$globalFixtures` to contain valid class name (lynicidn)
- Enh #8641: Enhanced `yii\console\Request::resolve()` to prevent passing parameters, that begin from digits (silverfire)
- Enh #13144: Refactored `yii\db\Query::queryScalar()` (Alex-Code)
- Enh #13179: Added `yii\data\Sort::parseSortParam` allowing to customize sort param in descendant class (leandrogehlen)
Expand Down
1 change: 1 addition & 0 deletions framework/widgets/ActiveForm.php
Expand Up @@ -214,6 +214,7 @@ public function run()

/**
* This registers the necessary JavaScript code.
* @since 2.0.12
*/
public function registerClientScript()
{
Expand Down

1 comment on commit f14d4c7

@SilverFire
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.