aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md8
1 files 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*