diff options
author | Michael Koziarski <michael@koziarski.com> | 2007-08-05 00:51:16 +0000 |
---|---|---|
committer | Michael Koziarski <michael@koziarski.com> | 2007-08-05 00:51:16 +0000 |
commit | 73f72eeec2d0cc689735f52de4a5c3c80c4c1e85 (patch) | |
tree | 1a996f0bd7b8b022116beb722096fef40dd7b237 /activesupport/CHANGELOG | |
parent | fe3e03e7708c576d5b09fb161e68d715796eae67 (diff) | |
download | rails-73f72eeec2d0cc689735f52de4a5c3c80c4c1e85.tar.gz rails-73f72eeec2d0cc689735f52de4a5c3c80c4c1e85.tar.bz2 rails-73f72eeec2d0cc689735f52de4a5c3c80c4c1e85.zip |
Make the utf-handler return the correct value for non-matching regular expressions. Closes #9049 [manfred]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7273 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index d00be783e1..6366a11237 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Make the utf-handler return the correct value for non-matching regular expressions. Closes #9049 [manfred] + * Add ljust, rjust and center to utf8-handler. Closes #9165 [manfred] * Fix Time#advance bug when trying to advance a year from leap day. Closes #8655 [gbuesing] |