aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorJeremy Daer <jeremydaer@gmail.com>2016-04-08 18:41:41 -0700
committerJeremy Daer <jeremydaer@gmail.com>2016-04-08 18:41:41 -0700
commitf0f16f72e3d053f52bc8a88e1d3181c5c3010622 (patch)
tree380c23022da47d364f942a285eeeab31cae96890 /activerecord/CHANGELOG.md
parent2080ff2872e9604155a276a830b38844dc45c3b4 (diff)
parent2224d06cfade0e0142e834ef1aa7a93881ccf3e4 (diff)
downloadrails-f0f16f72e3d053f52bc8a88e1d3181c5c3010622.tar.gz
rails-f0f16f72e3d053f52bc8a88e1d3181c5c3010622.tar.bz2
rails-f0f16f72e3d053f52bc8a88e1d3181c5c3010622.zip
Merge pull request #24475 from jeremy/ar/mariadb-supports-datetime-precision
MariaDB 5.3+ supports microsecond datetime 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 e92f68eaa0..291e5a2513 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* MariaDB 5.3+ supports microsecond datetime precision.
+
+ *Jeremy Daer*
+
* Delegate `empty?`, `none?` and `one?`. Now they can be invoked as model class methods.
Example: