diff options
| author | Arthur Neves <arthurnn@gmail.com> | 2013-09-25 14:46:24 -0400 |
|---|---|---|
| committer | Arthur Neves <arthurnn@gmail.com> | 2013-09-25 14:46:24 -0400 |
| commit | 25ada9b5411808c4ae8dc72ba99cc09fe10ff884 (patch) | |
| tree | d8a593ff954ec02e6c0b1803defe432be6ad1fb6 /activerecord | |
| parent | 3af4ae82e587b12664626e7b22bc6cc21ebbca2e (diff) | |
| download | rails-25ada9b5411808c4ae8dc72ba99cc09fe10ff884.tar.gz rails-25ada9b5411808c4ae8dc72ba99cc09fe10ff884.tar.bz2 rails-25ada9b5411808c4ae8dc72ba99cc09fe10ff884.zip | |
update changelog for #12359
Diffstat (limited to 'activerecord')
| -rw-r--r-- | activerecord/CHANGELOG.md | 6 |
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* |
