diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index cdf466ad84..3aeb9fa182 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`.