aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index c530f7feff..199150232c 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -4,12 +4,6 @@
*Yves Senn*
-* Prevent query with NULL foreign key value on CollectionAssociation#ids_reader
- for non-persisted records. Fixes bug where Company.new.contract_ids would
- incorrectly load all non-associated Contracts.
-
- *Jared Armstrong*
-
* Fix the `:primary_key` option for `has_many` associations.
Fixes #10693.