diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2012-02-03 05:23:53 -0800 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2012-02-03 05:23:53 -0800 |
commit | 5325adc9cac99ba246869b714cad85d0f4e4d0d0 (patch) | |
tree | 26c701031d11ae1689267be9c03fa1bde7bb828a | |
parent | e22c506c0ae771c9b512101e8e65cd323c9b191b (diff) | |
parent | 27bf1b1c8e826c13090091ba7db6194b68a781f6 (diff) | |
download | rails-5325adc9cac99ba246869b714cad85d0f4e4d0d0.tar.gz rails-5325adc9cac99ba246869b714cad85d0f4e4d0d0.tar.bz2 rails-5325adc9cac99ba246869b714cad85d0f4e4d0d0.zip |
Merge pull request #4863 from norman/unicode
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* |