diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2006-11-05 19:03:37 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2006-11-05 19:03:37 +0000 |
commit | 7b453d28449527aeac18395c471e3010a15fbb31 (patch) | |
tree | be9c46a7a4baaf998df62c524d0ed32a2558a743 /activesupport/CHANGELOG | |
parent | 4d5b913fcf73b352f5a426c862dbeb483d67a9a3 (diff) | |
download | rails-7b453d28449527aeac18395c471e3010a15fbb31.tar.gz rails-7b453d28449527aeac18395c471e3010a15fbb31.tar.bz2 rails-7b453d28449527aeac18395c471e3010a15fbb31.zip |
Fix unicode JSON regexp for Onigurama compatibility. Closes #6494.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5432 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 15974628bb..e265345b35 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fix unicode JSON regexp for Onigurama compatibility. #6494 [whitley] + * update XmlSimple to 1.0.10. Closes #6532. [nicksieger] * Update dependencies to allow constants to be defined alongside their siblings. A common case for this is AR model classes with STI; user.rb might define User, Administrator and Guest for example. [Nicholas Seckar] |