aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-02-20 18:41:38 -0800
committerJeremy Kemper <jeremy@bitsweat.net>2009-02-20 18:41:42 -0800
commitf4391c362d71efbc6d9cb66ab0aadc0593b7679e (patch)
tree882e83fdb4603f4bafc731d838e4c3f4d4af6a28 /activesupport/CHANGELOG
parent69bbbe9068edb79f914e18940af9021e9da437a4 (diff)
downloadrails-f4391c362d71efbc6d9cb66ab0aadc0593b7679e.tar.gz
rails-f4391c362d71efbc6d9cb66ab0aadc0593b7679e.tar.bz2
rails-f4391c362d71efbc6d9cb66ab0aadc0593b7679e.zip
Update changelog for URI.unescape fix
[#2033 state:committed]
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index b099233698..afffc9ab1a 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*Edge*
+* Ruby 1.9.1p0 fix: URI.unescape can decode multibyte chars. #2033 [MOROHASHI Kyosuke]
+
* Time#to_s(:rfc822) uses #formatted_offset instead of unreliable and non-standard %z directive #1899 [Zachary Zolton]
* Make TimeWithZone#to_formatted_s an alias to TimeWithZone#to_s #1796 [Levin Alexander]