From acf583a5e00be0fb684f73ad51cdad0237c981b2 Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Wed, 5 Sep 2012 21:05:25 +1000 Subject: Update changelog with time column type casting fix --- activerecord/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'activerecord') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 85880e97ea..68c43558fd 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -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* -- cgit v1.2.3