mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Use the CHANGELOG convention [ci skip]
This commit is contained in:
parent
82d507b4c3
commit
c35a7d78ec
1 changed files with 5 additions and 3 deletions
|
@ -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*
|
||||
|
||||
|
|
Loading…
Reference in a new issue