aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorSven Fuchs <svenfuchs@artweb-design.de>2009-02-27 17:07:06 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2009-02-27 17:15:15 +0100
commit943d64b1c857944666bff2572857abe866615274 (patch)
tree6172d15c3252ffe8b86a7e071f454fecdb661bdb /activesupport/CHANGELOG
parent77b0994c7835610982d708ce7ce5cd95e6e99e5a (diff)
downloadrails-943d64b1c857944666bff2572857abe866615274.tar.gz
rails-943d64b1c857944666bff2572857abe866615274.tar.bz2
rails-943d64b1c857944666bff2572857abe866615274.zip
Vendorize i18n 0.1.3 gem (fixes issues with incompatible character encodings in Ruby 1.9) (Akira Matsuda) [#2038 state:committed]
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
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 5d9b77bbf5..c0f24a103d 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*2.3.1 [RC2] (February 27th, 2009)*
+* Vendorize i18n 0.1.3 gem (fixes issues with incompatible character encodings in Ruby 1.9) #2038 [Akira Matsuda]
+
* Update bundled memcache-client from 1.5.0.5 to 1.6.4.99. See http://www.mikeperham.com/2009/02/15/memcache-client-performance/ [Mike Perham]
* Ruby 1.9.1p0 fix: URI.unescape can decode multibyte chars. #2033 [MOROHASHI Kyosuke]