aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorArthur Neves <arthurnn@gmail.com>2013-09-25 14:46:24 -0400
committerArthur Neves <arthurnn@gmail.com>2013-09-25 14:46:24 -0400
commit25ada9b5411808c4ae8dc72ba99cc09fe10ff884 (patch)
treed8a593ff954ec02e6c0b1803defe432be6ad1fb6 /activerecord
parent3af4ae82e587b12664626e7b22bc6cc21ebbca2e (diff)
downloadrails-25ada9b5411808c4ae8dc72ba99cc09fe10ff884.tar.gz
rails-25ada9b5411808c4ae8dc72ba99cc09fe10ff884.tar.bz2
rails-25ada9b5411808c4ae8dc72ba99cc09fe10ff884.zip
update changelog for #12359
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 309cd633c3..3ff996d7b6 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,6 +1,10 @@
+* Callbacks on has_many should access the in memory parent if a inverse_of is set.
+
+ *arthurnn*
+
* `ActiveRecord::ConnectionAdapters.string_to_time` respects
string with timezone (e.g. Wed, 04 Sep 2013 20:30:00 JST).
-
+
Fixes: #12278
*kennyj*