aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2018-07-09 04:06:06 +0900
committerRyuta Kamizono <kamipo@gmail.com>2018-07-09 04:06:45 +0900
commit0d54a51065950a3d7f496ff5422bb78fa24de854 (patch)
tree8ea651adfa139552946537f841d351ec87f8fd78 /activerecord/CHANGELOG.md
parent50a9ca665d51cd3298af8b3c1dabf20ad5ce77da (diff)
parent64078e088650124b6c37ce6a3c352ad2dc4f072c (diff)
downloadrails-0d54a51065950a3d7f496ff5422bb78fa24de854.tar.gz
rails-0d54a51065950a3d7f496ff5422bb78fa24de854.tar.bz2
rails-0d54a51065950a3d7f496ff5422bb78fa24de854.zip
Merge pull request #33280 from nkondratyev/fix/mysql-time-default-values
Fix default value for mysql time types with specified precision
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 fad09182c9..b0027cd2fb 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Fix default value for mysql time types with specified precision.
+
+ *Nikolay Kondratyev*
+
* Fix `touch` option to behave consistently with `Persistence#touch` method.
*Ryuta Kamizono*