aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-12-18 21:14:07 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-12-18 21:14:07 +0000
commitf91acf0258b3d40cbb31663e965669b7199be051 (patch)
treea5a1caabd8c681b459360d92b7b62bf665c9a1eb /activesupport/CHANGELOG
parent2bdac92dcf8caf9e2b45796f8af56da6a293d722 (diff)
downloadrails-f91acf0258b3d40cbb31663e965669b7199be051.tar.gz
rails-f91acf0258b3d40cbb31663e965669b7199be051.tar.bz2
rails-f91acf0258b3d40cbb31663e965669b7199be051.zip
Ruby 1.9 compat: move from the deprecated Base64 module to ActiveSupport::Base64. Closes #10554.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8433 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 79869c6f93..878f44bbd7 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,6 +1,6 @@
*SVN*
-* Ruby 1.9 compatibility. #1689, #10466, #10468 [Cheah Chu Yeow, Pratik Naik, Jeremy Kemper]
+* Ruby 1.9 compatibility. #1689, #10466, #10468, #10554 [Cheah Chu Yeow, Pratik Naik, Jeremy Kemper, Dirkjan Bussink]
* TimeZone#to_s uses UTC rather than GMT. #1689 [Cheah Chu Yeow]