aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--actionmailer/CHANGELOG.md5
-rw-r--r--actionpack/CHANGELOG.md5
-rw-r--r--activemodel/CHANGELOG.md5
-rw-r--r--activerecord/CHANGELOG.md5
-rw-r--r--activeresource/CHANGELOG.md4
-rw-r--r--activesupport/CHANGELOG.md6
-rw-r--r--railties/CHANGELOG.md5
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.