[ci skip] Update CHANGELOG for inspect time attributes

to match the change in #39169
This commit is contained in:
akinomaeni 2020-11-03 14:08:43 +09:00
parent 8389f9902c
commit e67bf020e9
1 changed files with 3 additions and 3 deletions

View File

@ -665,14 +665,14 @@
*Ryuta Kamizono*
* Inspect time attributes with subsec.
* Inspect time attributes with subsec and time zone offset.
```ruby
p Knot.create
=> #<Knot id: 1, created_at: "2016-05-05 01:29:47.116928000">
=> #<Knot id: 1, created_at: "2016-05-05 01:29:47.116928000 +0000">
```
*akinomaeni*
*akinomaeni*, *Jonathan Hefner*
* Deprecate passing a column to `type_cast`.