aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-01-18 09:57:10 +0900
committerRyuta Kamizono <kamipo@gmail.com>2019-01-26 22:49:14 +0900
commit57015cdfa2083351f64a82f7566965172a41efcb (patch)
treed6f859c2cfbc7b8bc7ba85c3de0efb5bba0a70e4 /activerecord/CHANGELOG.md
parent5fe6d3747efd37d7d8c6c9d6557d7b623e0398e8 (diff)
downloadrails-57015cdfa2083351f64a82f7566965172a41efcb.tar.gz
rails-57015cdfa2083351f64a82f7566965172a41efcb.tar.bz2
rails-57015cdfa2083351f64a82f7566965172a41efcb.zip
Make `t.timestamps` with precision by default
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 2a0cd81be5..167ade30e3 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Make `t.timestamps` with precision by default.
+
+ *Ryuta Kamizono*
+
+
## Rails 6.0.0.beta1 (January 18, 2019) ##
* Remove deprecated `#set_state` from the transaction object.