aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2011-12-01 20:45:47 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2011-12-01 20:45:47 +0100
commit83d29a283ceb13ff431da535e8cc35db6828016c (patch)
treeaf4af993955fc0fb0ecfdf96e969eac02bd7c492 /activerecord/CHANGELOG.md
parent535853e83b9092078035a5abb2aa242fba815c05 (diff)
downloadrails-83d29a283ceb13ff431da535e8cc35db6828016c.tar.gz
rails-83d29a283ceb13ff431da535e8cc35db6828016c.tar.bz2
rails-83d29a283ceb13ff431da535e8cc35db6828016c.zip
Revert "Added ActiveRecord::Base#last_modified to work with the new fresh_when/stale? conditional get methods from Action Pack"
Needless indirection with no added value. This reverts commit 535853e83b9092078035a5abb2aa242fba815c05.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index d39418cd87..f798b03ea1 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,6 +1,5 @@
## 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