aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2006-11-09 19:40:32 +0000
committerRick Olson <technoweenie@gmail.com>2006-11-09 19:40:32 +0000
commit510092c681a2cd9cc218d01b97b81525cba310c3 (patch)
treea98d9e683a7aa34606a98ab7525afeb46982b2c5 /activesupport/CHANGELOG
parent9d2da04680db202ba006ff66199b345a3f29b2cb (diff)
downloadrails-510092c681a2cd9cc218d01b97b81525cba310c3.tar.gz
rails-510092c681a2cd9cc218d01b97b81525cba310c3.tar.bz2
rails-510092c681a2cd9cc218d01b97b81525cba310c3.zip
Lazily load the Unicode Database in the UTF-8 Handler [Rick Olson]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5476 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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 8c5443de74..33cce48323 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Lazily load the Unicode Database in the UTF-8 Handler [Rick Olson]
+
* Update dependencies to delete partially loaded constants. [Nicholas Seckar]
* Fix unicode JSON regexp for Onigurama compatibility. #6494 [whitley]