diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 309cd633c360b2a3f89bc9de01c96cd4a8ce17c7..3ff996d7b63a06841fcf93ed48762ec5625f1038 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*