From 11dc0fdbf3ea0512e6f6862328b465f8604e0acc Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Sat, 31 Jan 2015 13:10:35 +0300 Subject: [PATCH] Fixed typo --- framework/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 27aa8c2c3c..91615b612a 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -20,7 +20,7 @@ Yii Framework 2 Change Log - Enh #7051: Added support for preventing swapping values between different cookies (pavimus, qiangxue) - 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) -- Chg #7094: Console confirmation must be answered correctly. To return `true`: `y` or `yes`. To return `false`: `n` or `not`. Any other input the question will be asked again (thiagotalma) +- Chg #7094: Console confirmation must be answered correctly. To return `true`: `y` or `yes`. To return `false`: `n` or `no`. Any other input the question will be asked again (thiagotalma) 2.0.2 January 11, 2015 ----------------------