mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update changelog with time column type casting fix
This commit is contained in:
parent
ce7cdb9072
commit
acf583a5e0
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
## Rails 4.0.0 (unreleased) ##
|
||||
|
||||
* Fix time column type casting for invalid time string values to correctly return nil.
|
||||
|
||||
*Adam Meehan*
|
||||
|
||||
* Allow to pass Symbol or Proc into :limit option of #accepts_nested_attributes_for
|
||||
|
||||
*Mikhail Dieterle*
|
||||
|
|
Loading…
Reference in a new issue