aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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*