diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2006-04-16 19:10:05 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2006-04-16 19:10:05 +0000 |
commit | 06dd5d9c7f744ea6d6e131133f84c17ec4911134 (patch) | |
tree | ab9b0b5efd1b11af86e0cddc34b68ed3e7488601 /activesupport | |
parent | ce577e984e88788ad4630c1473fd44b365ac83b6 (diff) | |
download | rails-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 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 6539516087..5a3d5e4241 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -2,7 +2,7 @@ * Add Array#split for dividing arrays into one or more subarrays by value or block. [Sam Stephenson] -*1.3.1* (April 6th, 2005) +*1.3.1* (April 6th, 2006) * Clean paths inside of exception messages and traces. [Nicholas Seckar] @@ -11,7 +11,7 @@ * provide an empty Dependencies::LoadingModule.load which prints deprecation warnings. Lets 1.0 applications function with .13-style environment.rb. -*1.3.0* (March 27th, 2005) +*1.3.0* (March 27th, 2006) * When possible, avoid incorrectly obtaining constants from parent modules. Fixes #4221. [Nicholas Seckar] |