aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2009-02-27 14:46:23 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2009-02-27 14:46:23 +0100
commit77b0994c7835610982d708ce7ce5cd95e6e99e5a (patch)
treeb1540f70848d50968d2e97b74bd966a4ec0a5164 /activerecord/CHANGELOG
parentff894b55dd787af1d6284567f2a898090aae64ca (diff)
downloadrails-77b0994c7835610982d708ce7ce5cd95e6e99e5a.tar.gz
rails-77b0994c7835610982d708ce7ce5cd95e6e99e5a.tar.bz2
rails-77b0994c7835610982d708ce7ce5cd95e6e99e5a.zip
Prep for RC2 later today
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index fc6986912c..231402c51c 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,4 +1,4 @@
-*Edge*
+*2.3.1 [RC2] (February 27th, 2009)*
* Added ActiveRecord::Base.each and ActiveRecord::Base.find_in_batches for batch processing [DHH/Jamis Buck]