aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2008-01-02 09:08:14 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2008-01-02 09:08:14 +0000
commitff47ba9adb39976723752abfd6fbb72d7a55eaf1 (patch)
tree50c43355103eef0597958b3443694128604424ed /activesupport/CHANGELOG
parente21c48baf7a021a5c65004977f9359bc301aac9d (diff)
downloadrails-ff47ba9adb39976723752abfd6fbb72d7a55eaf1.tar.gz
rails-ff47ba9adb39976723752abfd6fbb72d7a55eaf1.tar.bz2
rails-ff47ba9adb39976723752abfd6fbb72d7a55eaf1.zip
Ruby 1.9 compat: add #raise to AS::BasicObject, fixup Duration argument error. Closes #10594.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8523 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 ad3b76aa48..f708302c7e 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -6,7 +6,7 @@
* Hash#symbolize_keys skips keys that can't be symbolized. #10500 [Brad Greenlee]
-* Ruby 1.9 compatibility. #1689, #10466, #10468, #10554, #10632 [Cheah Chu Yeow, Pratik Naik, Jeremy Kemper, Dirkjan Bussink]
+* Ruby 1.9 compatibility. #1689, #10466, #10468, #10554, #10594, #10632 [Cheah Chu Yeow, Pratik Naik, Jeremy Kemper, Dirkjan Bussink, fxn]
* TimeZone#to_s uses UTC rather than GMT. #1689 [Cheah Chu Yeow]