aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-02-14 15:36:45 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-02-14 15:36:45 -0200
commitb9720355d05d61636396578a258c075fba2f854a (patch)
treed818f5c588937dfd7747a594354fca576a0176a0
parentc5451777b038c5e48567f69256986ae42a2cde48 (diff)
downloadrails-b9720355d05d61636396578a258c075fba2f854a.tar.gz
rails-b9720355d05d61636396578a258c075fba2f854a.tar.bz2
rails-b9720355d05d61636396578a258c075fba2f854a.zip
Fix the CHANGELOG headers [ci skip]
-rw-r--r--actionmailer/CHANGELOG.md5
-rw-r--r--actionpack/CHANGELOG.md2
-rw-r--r--activemodel/CHANGELOG.md2
-rw-r--r--activerecord/CHANGELOG.md2
-rw-r--r--activeresource/CHANGELOG.md5
-rw-r--r--activesupport/CHANGELOG.md2
-rw-r--r--railties/CHANGELOG.md5
7 files changed, 23 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md
index bd04b5dabb..a893f2d934 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -1,3 +1,8 @@
+## Rails 3.2.13 (unreleased) ##
+
+* No changes.
+
+
## Rails 3.2.12 (Feb 11, 2013) ##
* No changes.
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 31d17f81e0..2484731ab0 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,3 +1,5 @@
+## Rails 3.2.13 (unreleased) ##
+
* Fix `assert_template` with `render :stream => true`.
Fix #1743.
Backport #5288.
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index d5871a4d4d..c80762c8ba 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -1,3 +1,5 @@
+## Rails 3.2.13 (unreleased) ##
+
* Specify type of singular association during serialization *Steve Klabnik*
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 8f3c6e78f7..695f4c56ec 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,5 @@
+## Rails 3.2.13 (unreleased) ##
+
* Preloading `has_many :through` associations with conditions won't
cache the `:through` association. This will prevent invalid
subsets to be cached.
diff --git a/activeresource/CHANGELOG.md b/activeresource/CHANGELOG.md
index f3e424e1eb..93d6026679 100644
--- a/activeresource/CHANGELOG.md
+++ b/activeresource/CHANGELOG.md
@@ -1,3 +1,8 @@
+## Rails 3.2.13 (unreleased) ##
+
+* No changes.
+
+
## Rails 3.2.12 (Feb 11, 2013) ##
* No changes.
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 3f41c80540..f2e88f8e36 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,3 +1,5 @@
+## Rails 3.2.13 (unreleased) ##
+
* Fix DateTime comparison with DateTime::Infinity object.
*Dan Kubb*
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index ccfe23ac6c..ca1098a602 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,8 @@
+## Rails 3.2.13 (unreleased) ##
+
+* No changes.
+
+
## Rails 3.2.12 (Feb 11, 2013) ##
* No changes.