diff options
author | Marcel Molina <marcel@vernix.org> | 2006-03-28 04:05:08 +0000 |
---|---|---|
committer | Marcel Molina <marcel@vernix.org> | 2006-03-28 04:05:08 +0000 |
commit | 4e3c101bcbed0ed9f3dec687023eadac3d9c51b8 (patch) | |
tree | dd9dceb7e4a063d943046542acd41101f3081ff5 /activesupport | |
parent | 2597bd6970c394445e7256c1fb9058538422665b (diff) | |
download | rails-4e3c101bcbed0ed9f3dec687023eadac3d9c51b8.tar.gz rails-4e3c101bcbed0ed9f3dec687023eadac3d9c51b8.tar.bz2 rails-4e3c101bcbed0ed9f3dec687023eadac3d9c51b8.zip |
Add 1.0 marker to edge rails changelongs
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4085 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index b4eb8e0455..b6a7c3990f 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -161,6 +161,10 @@ approximations and shouldn't be used for critical calculations. [Koz] * Object#extended_by to get an instance's included/extended modules * Object#extend_with_included_modules_from(object) to extend an instance with the modules from another instance +*1.2.5* (December 13th, 2005) + +* Become part of Rails 1.0 + * Rename Version constant to VERSION. #2802 [Marcel Molina Jr.] *1.2.3* (November 7th, 2005) |