diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-02-11 23:32:59 -0200 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-02-11 23:33:01 -0200 |
commit | e0da95bd7e058d2b3199691484550b54c385d6ed (patch) | |
tree | f74c2111518cdb810b2b46ac70bb26d230c57bd2 /activesupport | |
parent | f1efecfc3f009d7b25a0b72170914a2739cb3765 (diff) | |
download | rails-e0da95bd7e058d2b3199691484550b54c385d6ed.tar.gz rails-e0da95bd7e058d2b3199691484550b54c385d6ed.tar.bz2 rails-e0da95bd7e058d2b3199691484550b54c385d6ed.zip |
Update changelogs with version/release dates [ci skip]
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". |