From 25ada9b5411808c4ae8dc72ba99cc09fe10ff884 Mon Sep 17 00:00:00 2001 From: Arthur Neves Date: Wed, 25 Sep 2013 14:46:24 -0400 Subject: [PATCH] update changelog for #12359 --- activerecord/CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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* -- GitLab