aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2019-01-24 13:50:24 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2019-02-06 16:57:34 -0800
commit7761ddbebb5627769cd9fa9d9f1ff5a072716b47 (patch)
tree6ae77b9cc48f899e010a7f7274a6ed3cc19e20f8 /actionview/CHANGELOG.md
parent8fc73067e3c11810af374e886a41b9f3611a8873 (diff)
downloadrails-7761ddbebb5627769cd9fa9d9f1ff5a072716b47.tar.gz
rails-7761ddbebb5627769cd9fa9d9f1ff5a072716b47.tar.bz2
rails-7761ddbebb5627769cd9fa9d9f1ff5a072716b47.zip
Deprecate finalizer configuration (it doesn't do anything)
Revert "Remove finalizer and configuration" This reverts commit 9e7b4a3173788ea43b11e74a4d2f69a5f1565daa.
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index 5e17e65bde..ecc02d510b 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,3 +1,9 @@
+* ActionView::Template.finalize_compiled_template_methods is deprecated with
+ no replacement.
+
+* config.action_view.finalize_compiled_template_methods is deprecated with
+ no replacement.
+
* Ensure unique DOM IDs for collection inputs with float values.
Fixes #34974