aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/CHANGELOG.md
diff options
context:
space:
mode:
authorGannon McGibbon <gannon.mcgibbon@gmail.com>2018-10-30 15:33:47 -0400
committerJeremy Daer <jeremydaer@gmail.com>2018-10-30 17:10:33 -0500
commit1f7bd2a1711afd71a8a7c5537c677a95fc8978bd (patch)
tree87c1308f37b9c862e8d88ef06d77c69049af11a4 /activejob/CHANGELOG.md
parent6b23b7e78c60ecdff78170d1607350a4fafdb4db (diff)
downloadrails-1f7bd2a1711afd71a8a7c5537c677a95fc8978bd.tar.gz
rails-1f7bd2a1711afd71a8a7c5537c677a95fc8978bd.tar.bz2
rails-1f7bd2a1711afd71a8a7c5537c677a95fc8978bd.zip
Restore HWIA support to AJ::Arguments.deserialize
Restore HashWithIndifferentAccess support to ActiveJob::Arguments.deserialize.
Diffstat (limited to 'activejob/CHANGELOG.md')
-rw-r--r--activejob/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activejob/CHANGELOG.md b/activejob/CHANGELOG.md
index 768e6bd250..8bbecd5a5a 100644
--- a/activejob/CHANGELOG.md
+++ b/activejob/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Restore HashWithIndifferentAccess support to ActiveJob::Arguments.deserialize.
+
+ *Gannon McGibbon*
+
* Include deserialized arguments in job instances returned from
`assert_enqueued_with` and `assert_performed_with`