aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2011-12-01 19:09:22 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2011-12-01 19:16:10 +0100
commit218c2729384be487b7b743a58ac39753cb5a8856 (patch)
treeaf4af993955fc0fb0ecfdf96e969eac02bd7c492 /actionpack/CHANGELOG.md
parent1e51cd957e3c90f4be35f1f0c4c380d8f7d40d66 (diff)
downloadrails-218c2729384be487b7b743a58ac39753cb5a8856.tar.gz
rails-218c2729384be487b7b743a58ac39753cb5a8856.tar.bz2
rails-218c2729384be487b7b743a58ac39753cb5a8856.zip
Allow fresh_when/stale? to take a record instead of an options hash [DHH]
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 26c4703150..6037e251f2 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 3.2.0 (unreleased) ##
+* Allow fresh_when/stale? to take a record instead of an options hash *DHH*
+
* Assets should use the request protocol by default or default to relative if no request is available *Jonathan del Strother*
* Log "Filter chain halted as CALLBACKNAME rendered or redirected" every time a before callback halts *José Valim*