1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[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

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`.