aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorYoshiyuki Hirano <yhirano@me.com>2018-04-07 02:50:57 +0900
committerYoshiyuki Hirano <yhirano@me.com>2018-04-07 09:28:01 +0900
commit5c5ddd69b1e06fb6b2bcbb021e9b8dae17e7cb31 (patch)
tree377f9b9d48965bfbb608ed63dea55a53bd797ec5 /actionview/CHANGELOG.md
parent457312f54fc1641ad42bcc6362b13836fc30feec (diff)
downloadrails-5c5ddd69b1e06fb6b2bcbb021e9b8dae17e7cb31.tar.gz
rails-5c5ddd69b1e06fb6b2bcbb021e9b8dae17e7cb31.tar.bz2
rails-5c5ddd69b1e06fb6b2bcbb021e9b8dae17e7cb31.zip
Remove RecordTagHelper
* Since #18411, we started to inform about extracted gem (record_tag_helper) to developers who use `ActionView::Helpers::RecordTagHelper` 's methods. * Currently, it seems no problem that we don't have to support no longer.
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index 918ae48bed..7e25d4cc98 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Remove RecordTagHelper
+
+ *Yoshiyuki Hirano*
+
* Disable `ActionView::Template` finalizers in test environment
Template finalization can be expensive in large view test suites.