aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorArthur Nogueira Neves <github@arthurnn.com>2016-11-03 12:19:01 -0400
committerGitHub <noreply@github.com>2016-11-03 12:19:01 -0400
commit264566a1b56de4abace2444dff4c9535744855f0 (patch)
tree4f894a268fc7b9374a4cb8438afcf4b06babf126 /activerecord/CHANGELOG.md
parent032ab94332fd5496c5af627bc36445cea3ba476a (diff)
parent9bf4583241e189d04a5df143332107ef18857034 (diff)
downloadrails-264566a1b56de4abace2444dff4c9535744855f0.tar.gz
rails-264566a1b56de4abace2444dff4c9535744855f0.tar.bz2
rails-264566a1b56de4abace2444dff4c9535744855f0.zip
Merge pull request #24202 from Sen-Zhang/fix_datetime_error
fix datatime error
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 95cdc6bc3f..400f4942c4 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Fix an Active Record DateTime field NoMethodError caused by incomplete
+ datetime. [Bug #24195](https://github.com/rails/rails/issues/24195)
+
+ *Sen Zhang*
+
* Allow `slice` to take an array of methods (without need for splatting).
*Cohen Carlisle*