From ae28f063e37e181a2ef9d348ec8f19c5240fbeb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Fri, 25 Jan 2013 10:04:58 -0200 Subject: Fix the CHANGELOG entry order [ci skip] --- activesupport/CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'activesupport') 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: -- cgit v1.2.3