aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorBrad Murray <wyaeld@gmail.com>2013-10-15 11:23:37 +1300
committerBrad Murray <wyaeld@gmail.com>2013-10-15 11:23:37 +1300
commit6c04cb2261ee105e3566b8f84ccb355a649f6ce9 (patch)
treee6bfd4d51157394e2a18e97ed4604ce2321ce3ac /actionview
parent2b3a349123b3f09627bd3f4091e5b885ded0fbac (diff)
downloadrails-6c04cb2261ee105e3566b8f84ccb355a649f6ce9.tar.gz
rails-6c04cb2261ee105e3566b8f84ccb355a649f6ce9.tar.bz2
rails-6c04cb2261ee105e3566b8f84ccb355a649f6ce9.zip
update changelog
Diffstat (limited to 'actionview')
-rw-r--r--actionview/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index a09650c559..59b803d088 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Ensure ActionView::Digestor.cache is correctly cleaned up when
+ combining recursive templates with ActionView::Resolver.caching = false
+
+ *wyaeld*
+
* Fix `collection_check_boxes` generated hidden input to use the name attribute provided
in the options hash.