diff options
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: |