aboutsummaryrefslogtreecommitdiffstats
path: root/activejob
diff options
context:
space:
mode:
authorbogdanvlviv <bogdanvlviv@gmail.com>2018-09-13 16:58:56 +0300
committerbogdanvlviv <bogdanvlviv@gmail.com>2018-09-13 16:58:56 +0300
commit5a212939c279e8c5a7dd49fd6766d8cb2fb220f8 (patch)
tree150353f98ad45890c3b3e244f33107c77ee00fad /activejob
parent823f9e0a89707561b54196bf4aabe20c5edb88c1 (diff)
downloadrails-5a212939c279e8c5a7dd49fd6766d8cb2fb220f8.tar.gz
rails-5a212939c279e8c5a7dd49fd6766d8cb2fb220f8.tar.bz2
rails-5a212939c279e8c5a7dd49fd6766d8cb2fb220f8.zip
Add changelog entries for #33849 [ci skip]
Since these changes related to the public API, I think we should add changelog entries. Related to #33838, #33849
Diffstat (limited to 'activejob')
-rw-r--r--activejob/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activejob/CHANGELOG.md b/activejob/CHANGELOG.md
index c47465cb43..57a62e963d 100644
--- a/activejob/CHANGELOG.md
+++ b/activejob/CHANGELOG.md
@@ -1,3 +1,7 @@
+* `ActionDispatch::IntegrationTest` includes `ActiveJob::TestHelper` module by default.
+
+ *Ricardo Díaz*
+
* Added `enqueue_retry.active_job`, `retry_stopped.active_job`, and `discard.active_job` hooks.
*steves*