aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2019-01-24 14:30:40 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2019-02-06 16:57:34 -0800
commitcf0dd4a71da69cf7f39da59a992f04b3c7bcbb19 (patch)
tree98139b64e006de32628aa1a7293368eb0e5257a1 /actionview/CHANGELOG.md
parent9aa9b6d6e12b1b900f783abc40f50e4771f55d6f (diff)
downloadrails-cf0dd4a71da69cf7f39da59a992f04b3c7bcbb19.tar.gz
rails-cf0dd4a71da69cf7f39da59a992f04b3c7bcbb19.tar.bz2
rails-cf0dd4a71da69cf7f39da59a992f04b3c7bcbb19.zip
Fix some typos!
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 ecc02d510b..5e7b271fb9 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,9 +1,13 @@
* ActionView::Template.finalize_compiled_template_methods is deprecated with
no replacement.
+ *tenderlove*
+
* config.action_view.finalize_compiled_template_methods is deprecated with
no replacement.
+ *tenderlove*
+
* Ensure unique DOM IDs for collection inputs with float values.
Fixes #34974