1
0
Fork 0
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:
Adam Meehan 2012-09-05 21:05:25 +10:00
parent ce7cdb9072
commit acf583a5e0

View file

@ -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*