diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-01-25 10:04:58 -0200 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-01-25 10:04:58 -0200 |
commit | ae28f063e37e181a2ef9d348ec8f19c5240fbeb2 (patch) | |
tree | b8f164cc25f05a515e9214c42d3d5bc23ad25526 /activesupport | |
parent | 8422864394938d2b059f189b7cd7d4616f3eb9ae (diff) | |
download | rails-ae28f063e37e181a2ef9d348ec8f19c5240fbeb2.tar.gz rails-ae28f063e37e181a2ef9d348ec8f19c5240fbeb2.tar.bz2 rails-ae28f063e37e181a2ef9d348ec8f19c5240fbeb2.zip |
Fix the CHANGELOG entry order [ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 0511a7ac2d..7a5fb6e485 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,5 +1,9 @@ ## Rails 3.2.12 (unreleased) ## +* Fix DateTime comparison with DateTime::Infinity object. + + *Dan Kubb* + * Remove surrogate unicode character encoding from ActiveSupport::JSON.encode The encoding scheme was broken for unicode characters outside the basic multilingual plane; since json is assumed to be UTF-8, and we already force the @@ -19,9 +23,6 @@ *Daniele Sluijters* -* Fix DateTime comparison with DateTime::Infinity object. - - *Dan Kubb* ## Rails 3.2.11 (Jan 8, 2012) ## @@ -37,6 +38,7 @@ * No changes. + ## Rails 3.2.9 (Nov 12, 2012) ## * Add logger.push_tags and .pop_tags to complement logger.tagged: |