aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index b37a275fe0..65314184c8 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Allow `date_select` helper selected option to accept hash like the default options.
+
+ *Lecky Lao*
+
* Collection input propagates input's `id` to the label's `for` attribute when
using html options as the last element of collection.
@@ -208,8 +212,4 @@
*Daniel Gomez de Souza*
-* Allow date_select helper selected option to accept hash like the default options.
-
- *Lecky Lao*
-
Please check [4-2-stable](https://github.com/rails/rails/blob/4-2-stable/actionview/CHANGELOG.md) for previous changes.