From e67bf020e9f75a93824c365897c668b9c39fbeec Mon Sep 17 00:00:00 2001 From: akinomaeni Date: Tue, 3 Nov 2020 14:08:43 +0900 Subject: [PATCH] [ci skip] Update CHANGELOG for inspect time attributes to match the change in #39169 --- activerecord/CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index bfd4890327..29a539879e 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -665,14 +665,14 @@ *Ryuta Kamizono* -* Inspect time attributes with subsec. +* Inspect time attributes with subsec and time zone offset. ```ruby p Knot.create - => # + => # ``` - *akinomaeni* + *akinomaeni*, *Jonathan Hefner* * Deprecate passing a column to `type_cast`.