aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2015-02-10 09:04:47 +0900
committerRyuta Kamizono <kamipo@gmail.com>2015-02-20 10:24:08 +0900
commit9ef870c0426f573355a10b04fd9740550492cd00 (patch)
tree47ae1320dbac2fa5a1c4ba903c006734704f13ba /activerecord/CHANGELOG.md
parent9a476b8cd6724699027eb00ec7ffa8b232d1b734 (diff)
downloadrails-9ef870c0426f573355a10b04fd9740550492cd00.tar.gz
rails-9ef870c0426f573355a10b04fd9740550492cd00.tar.bz2
rails-9ef870c0426f573355a10b04fd9740550492cd00.zip
Allow `:precision` option for time type columns
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
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.