diff options
author | Norman Clarke <norman@njclarke.com> | 2012-02-03 10:20:25 -0300 |
---|---|---|
committer | Norman Clarke <norman@njclarke.com> | 2012-02-03 10:20:25 -0300 |
commit | 27bf1b1c8e826c13090091ba7db6194b68a781f6 (patch) | |
tree | dedcfd5eb2557c157acece1d721bff0363a3cb19 | |
parent | 66c04431d3a886c99e63e87167aba5808a16ca10 (diff) | |
download | rails-27bf1b1c8e826c13090091ba7db6194b68a781f6.tar.gz rails-27bf1b1c8e826c13090091ba7db6194b68a781f6.tar.bz2 rails-27bf1b1c8e826c13090091ba7db6194b68a781f6.zip |
Added note about new Unicode version.
-rw-r--r-- | activesupport/CHANGELOG.md | 2 |
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* |