Skip to content

Commit 1c20062

Browse files
committed
fixed changelog position
1 parent bfba387 commit 1c20062

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: framework/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,10 @@ Yii Framework 2 Change Log
5353
- Bug #11863: Fixed usage of `mb_substr` with PHP < 5.4.8 where length of NULL was treated the same as 0 (samdark)
5454
- Bug #11865: Fixed setting `selected` for dropdown list using options (samdark)
5555
- Bug #11528: Fixed MessageFormatter construction exception caught for PHP 7 compatibility (subdee, cebe)
56-
5756
- Bug #11878: Fixed i18n gettext fallback language message loading (stevekr)
5857
- Enh #11212: Added headers to PO file in `yii\i18n\GettextPoFile::save()` (stevekr)
58+
- Bug #6347: `inverseOf()` not working for dynamic relational queries (laszlovl)
59+
5960

6061
2.0.8 April 28, 2016
6162
--------------------
@@ -333,7 +334,6 @@ Yii Framework 2 Change Log
333334
- Enh #5991: Added `updateMessages()` to `yii.activeForm.js` to support manually updating ActiveForm messages (nkovacs)
334335
- Enh #6043: Specification for 'class' and 'style' in array format added to `yii\helpers\Html` (klimov-paul)
335336
- Enh #6853: Console application will now register PHP constants for `STDIN`, `STDOUT`, and `STDERR` itself if they are not defined (cebe)
336-
- Bug #6347: `inverseOf()` not working for dynamic relational queries (laszlovl)
337337
- Enh #7169: `yii\widgets\ActiveField` now uses corresponding methods for default parts rendering (klimov-paul)
338338
- Enh #7259: Added `errorAttributes` parameter to ActiveForm `afterValidate` event. Made scrolling to first error optional (nkovacs)
339339
- Enh #8070: `yii\console\controllers\MessageController` now sorts created messages, even if there is no new one, while saving to PHP file (klimov-paul)

0 commit comments

Comments
 (0)