aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorNorman Clarke <norman@njclarke.com>2012-02-03 10:20:25 -0300
committerNorman Clarke <norman@njclarke.com>2012-02-03 10:20:25 -0300
commit27bf1b1c8e826c13090091ba7db6194b68a781f6 (patch)
treededcfd5eb2557c157acece1d721bff0363a3cb19 /activesupport
parent66c04431d3a886c99e63e87167aba5808a16ca10 (diff)
downloadrails-27bf1b1c8e826c13090091ba7db6194b68a781f6.tar.gz
rails-27bf1b1c8e826c13090091ba7db6194b68a781f6.tar.bz2
rails-27bf1b1c8e826c13090091ba7db6194b68a781f6.zip
Added note about new Unicode version.
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index ad9a12fc9b..4b061cae4a 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -16,6 +16,8 @@
* BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger
from Ruby stdlib.
+* Unicode database updated to 6.1.0.
+
## Rails 3.2.0 (January 20, 2012) ##
* Add ActiveSupport::Cache::NullStore for use in development and testing. *Brian Durand*