aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index d9b4b8cbf5..a7f8ad522e 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Associations: speedup duplicate record check. #10011 [lifofifo]
+
* Make sure that << works on has_many associations on unsaved records. Closes #9989 [hasmanyjosh]
* Allow association redefinition in subclasses. #9346 [wildchild]