aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2011-12-01 19:47:14 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2011-12-01 19:47:14 +0100
commit535853e83b9092078035a5abb2aa242fba815c05 (patch)
treede6348b219aaf625b2c0c651e4b5ff822c883a6e /activerecord/CHANGELOG.md
parent218c2729384be487b7b743a58ac39753cb5a8856 (diff)
downloadrails-535853e83b9092078035a5abb2aa242fba815c05.tar.gz
rails-535853e83b9092078035a5abb2aa242fba815c05.tar.bz2
rails-535853e83b9092078035a5abb2aa242fba815c05.zip
Added ActiveRecord::Base#last_modified to work with the new fresh_when/stale? conditional get methods from Action Pack
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index f798b03ea1..d39418cd87 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,6 @@
## Rails 3.2.0 (unreleased) ##
+* Added ActiveRecord::Base#last_modified to work with the new fresh_when/stale? conditional get methods from Action Pack *DHH*
* Implemented ActiveRecord::Relation#pluck method