diff options
author | eileencodes <eileencodes@gmail.com> | 2016-02-24 08:44:22 -0500 |
---|---|---|
committer | eileencodes <eileencodes@gmail.com> | 2016-02-24 08:44:22 -0500 |
commit | 5a064bec6200fb63832f7143e589879232dafcc4 (patch) | |
tree | d707ab86f808c54ddcdc24173a21738902b4a02c | |
parent | cd6e75eda3df13f5b959d3163b99b88379f35e3e (diff) | |
download | rails-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.md | 12 |
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* |