diff options
-rw-r--r-- | actionmailer/CHANGELOG.md | 5 | ||||
-rw-r--r-- | actionpack/CHANGELOG.md | 2 | ||||
-rw-r--r-- | activemodel/CHANGELOG.md | 5 | ||||
-rw-r--r-- | activerecord/CHANGELOG.md | 3 | ||||
-rw-r--r-- | activeresource/CHANGELOG.md | 5 | ||||
-rw-r--r-- | activesupport/CHANGELOG.md | 5 | ||||
-rw-r--r-- | railties/CHANGELOG.md | 5 |
7 files changed, 30 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md index e83469fdab..14b3df7f0f 100644 --- a/actionmailer/CHANGELOG.md +++ b/actionmailer/CHANGELOG.md @@ -3,6 +3,11 @@ * No changes. +## Rails 3.2.13.rc1 (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 3c091de280..e5facdb5a2 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -4,6 +4,8 @@ empty string. Fix #7774 [Backport #8977, #9541] *Soylent + Maxime Réty* + +## Rails 3.2.13.rc1 (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 diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md index 5b78bd950c..73df2d6d10 100644 --- a/activemodel/CHANGELOG.md +++ b/activemodel/CHANGELOG.md @@ -1,5 +1,10 @@ ## unreleased ## +* No changes. + + +## Rails 3.2.13.rc1 (Feb 17, 2013) ## + * Specify type of singular association during serialization *Steve Klabnik* diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 519d3f784f..b7c8f3a990 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -6,6 +6,9 @@ *kennyj* + +## Rails 3.2.13.rc1 (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..0ff884e809 100644 --- a/activeresource/CHANGELOG.md +++ b/activeresource/CHANGELOG.md @@ -3,6 +3,11 @@ * No changes. +## Rails 3.2.13.rc1 (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..528de79cf6 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,5 +1,10 @@ ## unreleased ## +* No changes. + + +## Rails 3.2.13.rc1 (Feb 17, 2013) ## + * Fix DateTime comparison with DateTime::Infinity object. *Dan Kubb* diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index 29e75227b5..e558a7e564 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -3,6 +3,11 @@ * No changes. +## Rails 3.2.13.rc1 (Feb 17, 2013) ## + +* No changes. + + ## Rails 3.2.12 (Feb 11, 2013) ## * No changes. |