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

Move CHANGELOG entry to Active Record

While the type definition is in Active Model the change of behavior will
be only user facing in Active Record so better to put the entry in its
changelog.

[ci skip]
This commit is contained in:
Rafael Mendonça França 2016-01-05 23:00:57 -02:00
parent 11e7c605a4
commit 53954aa476
2 changed files with 5 additions and 5 deletions

View file

@ -1,8 +1,3 @@
* Take into account UTC offset when assigning string representation of
timestamp with offset specified to attribute of time type.
*Andrey Novikov*
## Rails 5.0.0.beta1 (December 18, 2015) ##
* Validate multiple contexts on `valid?` and `invalid?` at once.

View file

@ -1,3 +1,8 @@
* Take into account UTC offset when assigning string representation of
timestamp with offset specified to attribute of time type.
*Andrey Novikov*
* When calling `first` with a `limit` argument, return directly from the
`loaded?` records if available.