aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2014-07-25 16:35:16 -0700
committerDavid Heinemeier Hansson <david@loudthinking.com>2014-07-25 16:37:18 -0700
commitda1b8a786cad277c1e4dc1a9f03acec4268dda1f (patch)
tree0228b746dd5508fe48348fb0be2adbc71f3b5a37 /actionview/CHANGELOG.md
parenta851f13d305705521d4e661805f673a156b7765f (diff)
downloadrails-da1b8a786cad277c1e4dc1a9f03acec4268dda1f.tar.gz
rails-da1b8a786cad277c1e4dc1a9f03acec4268dda1f.tar.bz2
rails-da1b8a786cad277c1e4dc1a9f03acec4268dda1f.zip
Fix that render layout should also be picked up by the template dependency tracker, but only half-ways. You can add that layout option on the same render call, and both templates should be added to the dependency tree. But thats going to require a more serious rework of the tracker. Please do help fix this part of it too. For now, render layout needs to be on its own line.
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 f4a12360d7..3fc2ab178c 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Fix that render layout: 'messages/layout' should also be added to the dependency tracker tree.
+
+ *DHH*
+
* Add `PartialIteration` object used when rendering collections.
The iteration object is available as the local variable