Merge pull request #40520 from akinomaeni/update-change-log-for-inspect-time-attributes

[ci skip] Update CHANGELOG for inspect time attributes
This commit is contained in:
Ryuta Kamizono 2020-11-03 20:49:49 +09:00 committed by GitHub
commit b1150dda28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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`.