aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-12-14 22:52:35 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-12-14 22:52:35 +0000
commitf5c17790e1a16d92d29f60a5b308b3895e5b94c5 (patch)
treec46ce8ada2d1305ecbcc3b403b695ae6a3ca7075 /activesupport/CHANGELOG
parentf60e3aa1aedb1500be7d73dffba32bdb06710bd6 (diff)
downloadrails-f5c17790e1a16d92d29f60a5b308b3895e5b94c5.tar.gz
rails-f5c17790e1a16d92d29f60a5b308b3895e5b94c5.tar.bz2
rails-f5c17790e1a16d92d29f60a5b308b3895e5b94c5.zip
We love whitespace
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8389 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index f1dc636f8e..a7ca55c733 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -6,6 +6,7 @@
* Fix HashWithIndifferentAccess#to_options! so it doesn't clear the options hash. Closes #10419 [ReinH]
+
*2.0.1* (December 7th, 2007)
* Added Array#from and Array#to that behaves just from String#from and String#to [DHH]