From c35a7d78ec2599b597296dc6749ca3d7ac434177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Mon, 17 Sep 2012 10:48:58 -0300 Subject: [PATCH] Use the CHANGELOG convention [ci skip] --- activerecord/CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index b344d5c804..1f83c09d44 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -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* -- GitLab