aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-04-16 19:10:05 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-04-16 19:10:05 +0000
commit06dd5d9c7f744ea6d6e131133f84c17ec4911134 (patch)
treeab9b0b5efd1b11af86e0cddc34b68ed3e7488601 /activerecord
parentce577e984e88788ad4630c1473fd44b365ac83b6 (diff)
downloadrails-06dd5d9c7f744ea6d6e131133f84c17ec4911134.tar.gz
rails-06dd5d9c7f744ea6d6e131133f84c17ec4911134.tar.bz2
rails-06dd5d9c7f744ea6d6e131133f84c17ec4911134.zip
Its 2006, not 2005
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4216 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG4
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 077bd9569c..6afeefd581 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -22,7 +22,7 @@
* Fixed calculations for the Oracle Adapter (closes #4626) [Michael Schoen]
-*1.14.1* (April 6th, 2005)
+*1.14.1* (April 6th, 2006)
* Fix type_name_with_module to handle type names that begin with '::'. Closes #4614. [Nicholas Seckar]
@@ -77,7 +77,7 @@
* Fixed broken OCIAdapter #4457 [schoenm@earthlink.net]
-*1.14.0* (March 27th, 2005)
+*1.14.0* (March 27th, 2006)
* Replace 'rescue Object' with a finer grained rescue. Closes #4431. [Nicholas Seckar]