aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorDmitry Polushkin <dmitry.polushkin@gmail.com>2013-10-13 21:54:07 +0100
committerDmitry Polushkin <dmitry.polushkin@gmail.com>2013-10-13 21:54:07 +0100
commit04e3b41e2fc834c842ef50f25feea829aab0bbbc (patch)
treee84bfd86abdd863e16df1b340f82a8aa74d1ee9a /activerecord
parent3a6cf83b9a0d9481d9bfa87afea2155e524e0596 (diff)
downloadrails-04e3b41e2fc834c842ef50f25feea829aab0bbbc.tar.gz
rails-04e3b41e2fc834c842ef50f25feea829aab0bbbc.tar.bz2
rails-04e3b41e2fc834c842ef50f25feea829aab0bbbc.zip
Add a note to the changelog for #9499
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index e122b0181e..00681c13f1 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Prevent the inversed association from being reloaded on save.
+
+ Fixes #9499.
+
+ *Dmitry Polushkin*
+
* Generate subquery for `Relation` if it passed as array condition for `where` method
Example: