aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2014-03-04 03:12:18 -0800
committerGodfrey Chan <godfreykfc@gmail.com>2014-03-04 03:12:30 -0800
commitecda6dfbdcd3103699465e846deaaf7feb3e9916 (patch)
treeb6f151a664c3c31869fbe969d15d4b6ff6a5c816 /actionview/CHANGELOG.md
parent87d520be16bdfdd1989b51d704800b22f3bb334b (diff)
downloadrails-ecda6dfbdcd3103699465e846deaaf7feb3e9916.tar.gz
rails-ecda6dfbdcd3103699465e846deaaf7feb3e9916.tar.bz2
rails-ecda6dfbdcd3103699465e846deaaf7feb3e9916.zip
Added missing changlog entry for #14255
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index 28508a5dfa..67b953a782 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1 +1,8 @@
+* Fixed a problem where the default options for the `button_tag` helper is not
+ applied correctly.
+
+ Fixes #14254.
+
+ *Sergey Prikhodko*
+
Please check [4-1-stable](https://github.com/rails/rails/blob/4-1-stable/actionview/CHANGELOG.md) for previous changes.