aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--actionmailer/CHANGELOG.md7
-rw-r--r--actionpack/CHANGELOG.md6
-rw-r--r--activemodel/CHANGELOG.md11
-rw-r--r--activerecord/CHANGELOG.md13
-rw-r--r--activeresource/CHANGELOG.md9
-rw-r--r--activesupport/CHANGELOG.md10
-rw-r--r--railties/CHANGELOG.md8
7 files changed, 50 insertions, 14 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md
index e8257fd63c..b35c1da69f 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -1,6 +1,10 @@
## Rails 3.2.11 (unreleased) ##
-## Rails 3.2.10 ##
+
+## Rails 3.2.10 (Jan 2, 2013) ##
+
+* No changes.
+
## Rails 3.2.9 (Nov 12, 2012) ##
@@ -20,6 +24,7 @@
*Yves Senn*
+
## Rails 3.2.9 (Nov 12, 2012) ##
* Do not render views when mail() isn't called.
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 3af6e5670e..0748b1dc86 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -76,7 +76,11 @@
*Daniel Fox, Grant Hutchins & Trace Wax*
-## Rails 3.2.10 ##
+
+## Rails 3.2.10 (Jan 2, 2013) ##
+
+* No changes.
+
## Rails 3.2.9 (Nov 12, 2012) ##
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index 2cb51945fd..b56016b020 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -2,7 +2,11 @@
* Specify type of singular association during serialization *Steve Klabnik*
-## Rails 3.2.10 ##
+
+## Rails 3.2.10 (Jan 2, 2013) ##
+
+* No changes.
+
## Rails 3.2.9 (Nov 12, 2012) ##
@@ -17,24 +21,29 @@
*Carlos Antonio da Silva*
+
## Rails 3.2.8 (Aug 9, 2012) ##
* No changes.
+
## Rails 3.2.7 (Jul 26, 2012) ##
* `validates_inclusion_of` and `validates_exclusion_of` now accept `:within` option as alias of `:in` as documented.
* Fix the the backport of the object dup with the ruby 1.9.3p194.
+
## Rails 3.2.6 (Jun 12, 2012) ##
* No changes.
+
## Rails 3.2.4 (May 31, 2012) ##
* No changes.
+
## Rails 3.2.3 (March 30, 2012) ##
* No changes.
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 1d682e03bf..bd99ba7c09 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -174,19 +174,18 @@
*Gabriel Sobrinho, Ricardo Henrique*
-## Rails 3.2.9 (Nov 12, 2012) ##
-
-* Fix `find_in_batches` crashing when IDs are strings and start option is not specified.
-
- *Alexis Bernard*
-
-## Rails 3.2.10 ##
+## Rails 3.2.10 (Jan 2, 2013) ##
* CVE-2012-5664 options hashes should only be extracted if there are extra
parameters
+
## Rails 3.2.9 (Nov 12, 2012) ##
+* Fix `find_in_batches` crashing when IDs are strings and start option is not specified.
+
+ *Alexis Bernard*
+
* Fix issue with collection associations calling first(n)/last(n) and attempting
to set the inverse association when `:inverse_of` was used. Fixes #8087.
diff --git a/activeresource/CHANGELOG.md b/activeresource/CHANGELOG.md
index e77980f3b5..176ffb4723 100644
--- a/activeresource/CHANGELOG.md
+++ b/activeresource/CHANGELOG.md
@@ -1,23 +1,30 @@
## Rails 3.2.11 ##
-## Rails 3.2.10 ##
+## Rails 3.2.10 (Jan 2, 2013) ##
+
+* No changes.
+
## Rails 3.2.9 (Nov 12, 2012) ##
* No changes.
+
## Rails 3.2.8 (Aug 9, 2012) ##
* No changes.
+
## Rails 3.2.7 (Jul 26, 2012) ##
* No changes.
+
## Rails 3.2.6 (Jun 12, 2012) ##
* No changes.
+
## Rails 3.2.5 (Jun 1, 2012) ##
* No changes.
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 834dff60c9..2278c04f0d 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -19,7 +19,11 @@
*Daniele Sluijters*
-## Rails 3.2.10 ##
+
+## Rails 3.2.10 (Jan 2, 2013) ##
+
+* No changes.
+
## Rails 3.2.9 (Nov 12, 2012) ##
@@ -39,6 +43,7 @@
* Add %:z and %::z format string support to ActiveSupport::TimeWithZone#strftime. [fixes #6962] *kennyj*
+
## Rails 3.2.8 (Aug 9, 2012) ##
* Fix ActiveSupport integration with Mocha > 0.12.1. *Mike Gunderloy*
@@ -47,6 +52,7 @@
* ERB::Util.html_escape now escapes single quotes. *Santiago Pastorino*
+
## Rails 3.2.7 (Jul 26, 2012) ##
* Hash#fetch(fetch) is not the same as doing hash[key]
@@ -59,10 +65,12 @@
* bump AS deprecation_horizon to 4.0
+
## Rails 3.2.6 (Jun 12, 2012) ##
* No changes.
+
## Rails 3.2.5 (Jun 1, 2012) ##
* ActiveSupport::JSON::Variable is deprecated. Define your own #as_json and #encode_json methods
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index b4fe104fb8..0ddc7ccca7 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,6 +1,10 @@
-## Rails 3.2.11 ##
+## Rails 3.2.11 (unreleased) ##
+
+
+## Rails 3.2.10 (Jan 2, 2013) ##
+
+* No changes.
-## Rails 3.2.10 ##
## Rails 3.2.9 (Nov 12, 2012) ##