aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-02-18 19:19:48 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-02-18 19:19:48 -0200
commit4ffe46f5fe957cb39eb93fc9120fab2dc951b384 (patch)
tree4000e069750c62aea588093a3c7181655f5edb9d /actionview/CHANGELOG.md
parent39c936b7605ac90c7e9643792cfe891a2d1afbf3 (diff)
parent01e94ef3b12922b77e55a067866d7a1fa62f1759 (diff)
downloadrails-4ffe46f5fe957cb39eb93fc9120fab2dc951b384.tar.gz
rails-4ffe46f5fe957cb39eb93fc9120fab2dc951b384.tar.bz2
rails-4ffe46f5fe957cb39eb93fc9120fab2dc951b384.zip
Merge pull request #18411 from todd/extract_record_tag_helper
Remove RecordTagHelper
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index 534124d208..5557285ef5 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Extracted `ActionView::Helpers::RecordTagHelper` to external gem
+ (`record_tag_helper`) and added removal notices.
+
+ *Todd Bealmear*
+
* Allow to pass a string value to `size` option in `image_tag` and `video_tag`.
This makes the behavior more consistent with `width` or `height` options.