aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreileencodes <eileencodes@gmail.com>2016-02-24 08:44:22 -0500
committereileencodes <eileencodes@gmail.com>2016-02-24 08:44:22 -0500
commit5a064bec6200fb63832f7143e589879232dafcc4 (patch)
treed707ab86f808c54ddcdc24173a21738902b4a02c
parentcd6e75eda3df13f5b959d3163b99b88379f35e3e (diff)
downloadrails-5a064bec6200fb63832f7143e589879232dafcc4.tar.gz
rails-5a064bec6200fb63832f7143e589879232dafcc4.tar.bz2
rails-5a064bec6200fb63832f7143e589879232dafcc4.zip
Remove changelog entry for reverted commit
I had to revert changes made for this CHANGELOG entry so this is no longer valid. The change for this entry was removed in 2c02bc0.
-rw-r--r--activerecord/CHANGELOG.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index c18403865f..d9fb5ec8ee 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1452,18 +1452,6 @@
*Chris Sinjakli*
-* Validation errors would be raised for parent records when an association
- was saved when the parent had `validate: false`. It should not be the
- responsibility of the model to validate an associated object unless the
- object was created or modified by the parent.
-
- This fixes the issue by skipping validations if the parent record is
- persisted, not changed, and not marked for destruction.
-
- Fixes #17621.
-
- *Eileen M. Uchitelle*, *Aaron Patterson*
-
* Fix n+1 query problem when eager loading nil associations (fixes #18312)
*Sammy Larbi*