diff options
author | Steve Klabnik <steve@steveklabnik.com> | 2013-02-27 10:01:29 -0800 |
---|---|---|
committer | Steve Klabnik <steve@steveklabnik.com> | 2013-02-27 10:06:45 -0800 |
commit | 23434f6162304292e8c4e28f2744e2cce719b372 (patch) | |
tree | cda6b115c9a72ac773ce566b0f1c29dfac9820a1 | |
parent | 197b9f4d61260bea9e2a0a4883977e02164a0667 (diff) | |
download | rails-23434f6162304292e8c4e28f2744e2cce719b372.tar.gz rails-23434f6162304292e8c4e28f2744e2cce719b372.tar.bz2 rails-23434f6162304292e8c4e28f2744e2cce719b372.zip |
Update CHANGELOGs for 3.2.13 release.
-rw-r--r-- | actionmailer/CHANGELOG.md | 5 | ||||
-rw-r--r-- | actionpack/CHANGELOG.md | 5 | ||||
-rw-r--r-- | activemodel/CHANGELOG.md | 5 | ||||
-rw-r--r-- | activerecord/CHANGELOG.md | 5 | ||||
-rw-r--r-- | activeresource/CHANGELOG.md | 4 | ||||
-rw-r--r-- | activesupport/CHANGELOG.md | 6 | ||||
-rw-r--r-- | railties/CHANGELOG.md | 5 |
7 files changed, 35 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md index e83469fdab..3bc15fd5a1 100644 --- a/actionmailer/CHANGELOG.md +++ b/actionmailer/CHANGELOG.md @@ -3,6 +3,11 @@ * No changes. +## Rails 3.2.13 (Feb 17, 2013) ## + +* No changes. + + ## Rails 3.2.12 (Feb 11, 2013) ## * No changes. diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index b71d004033..86bee63549 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,5 +1,10 @@ ## unreleased ## +* No changes. + + +## Rails 3.2.13 (Feb 17, 2013) ## + * Determine the controller#action from only the matched path when using the shorthand syntax. Previously the complete path was used, which led to problems with nesting (scopes and namespaces). diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md index 5b78bd950c..1464f52066 100644 --- a/activemodel/CHANGELOG.md +++ b/activemodel/CHANGELOG.md @@ -1,5 +1,10 @@ ## unreleased ## +* No changes. + + +## Rails 3.2.13 (Feb 17, 2013) ## + * Specify type of singular association during serialization *Steve Klabnik* diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 4434d9ae6a..123fa09055 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,5 +1,10 @@ ## unreleased ## +* No changes. + + +## Rails 3.2.13 (Feb 17, 2013) ## + * Reverted 921a296a3390192a71abeec6d9a035cc6d1865c8, 'Quote numeric values compared to string columns.' This caused several regressions. diff --git a/activeresource/CHANGELOG.md b/activeresource/CHANGELOG.md index c6ab7bc084..245b000f53 100644 --- a/activeresource/CHANGELOG.md +++ b/activeresource/CHANGELOG.md @@ -3,6 +3,10 @@ * No changes. +## Rails 3.2.13 (Feb 17, 2013) ## + +* No changes. + ## Rails 3.2.12 (Feb 11, 2013) ## * No changes. diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 117e34a822..ea72f692d3 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,5 +1,11 @@ ## unreleased ## +* No changes. + + +## Rails 3.2.13 (Feb 17, 2013) ## + + * Fix DateTime comparison with DateTime::Infinity object. *Dan Kubb* diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index 29e75227b5..8064b0b5cc 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -3,6 +3,11 @@ * No changes. +## Rails 3.2.13 (Feb 17, 2013) ## + +* No changes. + + ## Rails 3.2.12 (Feb 11, 2013) ## * No changes. |