From 131b8ad4306234a1c1350dc7ddcf97f6b76c3537 Mon Sep 17 00:00:00 2001 From: Ivo Kund Date: Mon, 19 Jan 2015 12:43:45 +0200 Subject: [PATCH] Changed order of readme entries (bug should go first) --- framework/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index df4e1f7021..4dbb4d6290 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -4,13 +4,13 @@ Yii Framework 2 Change Log 2.0.3 under development ----------------------- +- Bug #6919: Fixed wrong namespaces under advanced application's TestCase classes (ivokund) - Enh #5663: Added support for using `data-params` to specify additional form data to be submitted via the `data-method` approach (usualdesigner, qiangxue) - Enh #6106: Added ability to specify `encode` for each item of `yii\widgets\Breadcrumbs` (samdark, aleksanderd) - Enh #6493: Added support for the `Access-Control-Expose-Headers` header by `yii\filters\Cors` (usualdesigner) - Enh #6697: Added `yii\helpers\Url::current()` method that allows adding or removing parameters from current URL (samdark, callmez) - Chg #5690: adjusted paths in message config generated by `yii message/config` to reflect directory structure better (mikehaertl, samdark) - Chg #6661: Hyperlinks that are enclosed within an exist form will use the same form for submission if they specify both of the `href` and `data-method` attributes (qiangxue) -- Bug #6919: Fixed wrong namespaces under advanced application's TestCase classes (ivokund) 2.0.2 January 11, 2015 ----------------------