Use the CHANGELOG convention [ci skip]

This commit is contained in:
Rafael Mendonça França 2012-09-17 10:48:58 -03:00
parent 82d507b4c3
commit c35a7d78ec
1 changed files with 5 additions and 3 deletions

View File

@ -1,12 +1,14 @@
## Rails 4.0.0 (unreleased) ##
* Fix creation of through association models when using collection=[]
on a hm:t association from an unsaved model.
* Fix creation of through association models when using `collection=[]`
on a `has_many :through` association from an unsaved model.
Fix #7661.
*Ernie Miller*
* Explain only normal CRUD sql (select / update / insert / delete).
Fix problem that explains unexplainable sql. Closes #7544 #6458.
Fix problem that explains unexplainable sql.
Closes #7544 #6458.
*kennyj*