diff options
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r-- | activesupport/CHANGELOG.md | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 0511a7ac2d..528de79cf6 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,4 +1,13 @@ -## Rails 3.2.12 (unreleased) ## +## unreleased ## + +* No changes. + + +## Rails 3.2.13.rc1 (Feb 17, 2013) ## + +* 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 @@ -19,9 +28,11 @@ *Daniele Sluijters* -* Fix DateTime comparison with DateTime::Infinity object. - *Dan Kubb* +## Rails 3.2.12 (Feb 11, 2013) ## + +* No changes. + ## Rails 3.2.11 (Jan 8, 2012) ## @@ -37,6 +48,7 @@ * No changes. + ## Rails 3.2.9 (Nov 12, 2012) ## * Add logger.push_tags and .pop_tags to complement logger.tagged: |