From 7f038621dfd7eba316b601b010cbf442b63ea17e Mon Sep 17 00:00:00 2001 From: Gannon McGibbon Date: Fri, 22 Mar 2019 15:52:36 -0400 Subject: Drop microseconds in job argument assertions --- activejob/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'activejob/CHANGELOG.md') diff --git a/activejob/CHANGELOG.md b/activejob/CHANGELOG.md index de375baa9c..e09ba4b055 100644 --- a/activejob/CHANGELOG.md +++ b/activejob/CHANGELOG.md @@ -1,3 +1,8 @@ +* Make job argument assertions with `Time`, `ActiveSupport::TimeWithZone`, and `DateTime` work by dropping microseconds. Microsecond precision is lost during serialization. + + *Gannon McGibbon* + + ## Rails 6.0.0.beta3 (March 11, 2019) ## * No changes. -- cgit v1.2.3