aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew White <pixeltrix@users.noreply.github.com>2018-04-07 08:23:40 +0100
committerGitHub <noreply@github.com>2018-04-07 08:23:40 +0100
commitc86fa4f040cd0abf2382d1f87becb9cecc0b0a3b (patch)
tree79fed805fedfddc4af0c0f041400e7c640f30449 /actionview/CHANGELOG.md
parentec7c89b5160015c014aad0c90f5679252a91cb37 (diff)
parent5c5ddd69b1e06fb6b2bcbb021e9b8dae17e7cb31 (diff)
downloadrails-c86fa4f040cd0abf2382d1f87becb9cecc0b0a3b.tar.gz
rails-c86fa4f040cd0abf2382d1f87becb9cecc0b0a3b.tar.bz2
rails-c86fa4f040cd0abf2382d1f87becb9cecc0b0a3b.zip
Merge pull request #32482 from yhirano55/remove_record_tag_helper
Remove RecordTagHelper
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.