aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2009-02-28 10:30:49 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2009-02-28 10:30:49 +0100
commit7058c1366ee33f3095b8737c2b71876702cddea6 (patch)
treebc25979675e66963a6dcb036e7a4dd10ec928052 /activerecord
parentdf2adc4c516f9f16942fbc799666c99bfd20d17c (diff)
downloadrails-7058c1366ee33f3095b8737c2b71876702cddea6.tar.gz
rails-7058c1366ee33f3095b8737c2b71876702cddea6.tar.bz2
rails-7058c1366ee33f3095b8737c2b71876702cddea6.zip
So it didnt happen yesterday, but very soon! Just need the final details ironed out
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 231402c51c..c521a3beff 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,4 +1,4 @@
-*2.3.1 [RC2] (February 27th, 2009)*
+*2.3.1 [RC2] (February ?, 2009)*
* Added ActiveRecord::Base.each and ActiveRecord::Base.find_in_batches for batch processing [DHH/Jamis Buck]