aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-12-27 09:14:13 +0100
committerJosé Valim <jose.valim@gmail.com>2010-12-27 09:14:13 +0100
commit51a7d9acdd4a01fb23e21be7a89e6440e51715e8 (patch)
treedb5d6af054b2a73b353b4412851ccd92393bb750 /actionpack/CHANGELOG
parente03e1fdbc85bc05536a2770817c31b08d4f6be51 (diff)
downloadrails-51a7d9acdd4a01fb23e21be7a89e6440e51715e8.tar.gz
rails-51a7d9acdd4a01fb23e21be7a89e6440e51715e8.tar.bz2
rails-51a7d9acdd4a01fb23e21be7a89e6440e51715e8.zip
Final tidy up on templates inheritance.
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG6
1 files changed, 4 insertions, 2 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 93b29bcc3a..20b19909fc 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,8 +1,10 @@
*Rails 3.1.0 (unreleased)*
-* brought back config.action_view.cache_template_loading, which allows to decide whether templates should be cached or not [Piotr Sarnacki]
+* Template lookup now searches further up in the inheritance chain. [Artemave]
-* url_for and named url helpers now accept :subdomain and :domain as options [Josh Kalderimis]
+* Brought back config.action_view.cache_template_loading, which allows to decide whether templates should be cached or not. [Piotr Sarnacki]
+
+* url_for and named url helpers now accept :subdomain and :domain as options, [Josh Kalderimis]
* The redirect route method now also accepts a hash of options which will only change the parts of the url in question, or an object which responds to call, allowing for redirects to be reused (check the documentation for examples). [Josh Kalderimis]