aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-10-19 06:24:12 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-10-19 06:24:12 +0000
commit83dc37b91057cc96f35c0b55b6e79a76072b2ab5 (patch)
tree96fccd484e403890e0dcb5e35688210e4723d933 /activerecord/CHANGELOG
parent328ef3feaad4c110a7277e3432e9203c7fbbb9e2 (diff)
downloadrails-83dc37b91057cc96f35c0b55b6e79a76072b2ab5.tar.gz
rails-83dc37b91057cc96f35c0b55b6e79a76072b2ab5.tar.bz2
rails-83dc37b91057cc96f35c0b55b6e79a76072b2ab5.zip
Made ready to push RC2
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2684 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG3
1 files changed, 2 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 05743e9f4f..ec73763324 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,4 +1,4 @@
-*1.12.1*
+*1.12.1* (October 19th, 2005)
* Always parenthesize :conditions options so they may be safely combined with STI and constraints.
@@ -6,6 +6,7 @@
* Added support for using limits in eager loads that involve has_many and has_and_belongs_to_many associations
+
*1.12.0* (October 16th, 2005)
* Update/clean up documentation (rdoc)