Fix the CHANGELOG headers [ci skip]

This commit is contained in:
Rafael Mendonça França
2013-02-14 15:36:45 -02:00
parent c5451777b0
commit b9720355d0
7 changed files with 23 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
## Rails 3.2.13 (unreleased) ##
* No changes.
## Rails 3.2.12 (Feb 11, 2013) ##
* No changes.

View File

@@ -1,3 +1,5 @@
## Rails 3.2.13 (unreleased) ##
* Fix `assert_template` with `render :stream => true`.
Fix #1743.
Backport #5288.

View File

@@ -1,3 +1,5 @@
## Rails 3.2.13 (unreleased) ##
* Specify type of singular association during serialization *Steve Klabnik*

View File

@@ -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.

View File

@@ -1,3 +1,8 @@
## Rails 3.2.13 (unreleased) ##
* No changes.
## Rails 3.2.12 (Feb 11, 2013) ##
* No changes.

View File

@@ -1,3 +1,5 @@
## Rails 3.2.13 (unreleased) ##
* Fix DateTime comparison with DateTime::Infinity object.
*Dan Kubb*

View File

@@ -1,3 +1,8 @@
## Rails 3.2.13 (unreleased) ##
* No changes.
## Rails 3.2.12 (Feb 11, 2013) ##
* No changes.