From a088ee96918a938159cbeee1a3fe822f0bb46b5d Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Fri, 13 Feb 2015 03:04:47 +0900 Subject: Format the time string according to the precision of the time column It is also necessary to format a time column like a datetime column. --- activerecord/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'activerecord/CHANGELOG.md') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index ebf7dad867..b852391da2 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,7 @@ +* Format the time string according to the precision of the time column. + + *Ryuta Kamizono* + * Allow `:precision` option for time type columns. *Ryuta Kamizono* -- cgit v1.2.3