From 9ef870c0426f573355a10b04fd9740550492cd00 Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Tue, 10 Feb 2015 09:04:47 +0900 Subject: Allow `:precision` option for time type columns --- 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 57d135d1aa..ebf7dad867 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,7 @@ +* Allow `:precision` option for time type columns. + + *Ryuta Kamizono* + * Add `ActiveRecord::Base.suppress` to prevent the receiver from being saved during the given block. -- cgit v1.2.3