aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-04-24 16:58:24 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-04-24 16:58:24 +0000
commit57352f86d43f6d3ee30f07d795087e68bf07f521 (patch)
tree983428b4d96cbb0988858080ee6537235f2970bd /activesupport/CHANGELOG
parentb3c4e301f490be57677aa3137329522e572b1d0f (diff)
downloadrails-57352f86d43f6d3ee30f07d795087e68bf07f521.tar.gz
rails-57352f86d43f6d3ee30f07d795087e68bf07f521.tar.bz2
rails-57352f86d43f6d3ee30f07d795087e68bf07f521.zip
Improved performance by relying less on exception raising #8159 [Blaine]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6571 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 bfac524d95..ea734dcddf 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Improved multibyte performance by relying less on exception raising #8159 [Blaine]
+
* Use XSD-compatible type names for Hash#to_xml and make the converters extendable #8047 [Tim Pope]
* Added yielding of builder in Hash#to_xml [DHH]