diff options
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 7a5fb6e485..467b5e466a 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,5 +1,3 @@ -## Rails 3.2.12 (unreleased) ## - * Fix DateTime comparison with DateTime::Infinity object. *Dan Kubb* @@ -24,6 +22,11 @@ *Daniele Sluijters* +## Rails 3.2.12 (Fev 11, 2013) ## + +* No changes. + + ## Rails 3.2.11 (Jan 8, 2012) ## * Hash.from_xml raises when it encounters type="symbol" or type="yaml". |