aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/CHANGELOG.md
diff options
context:
space:
mode:
authorSteve S <steves@github.com>2018-08-29 13:28:55 -0400
committerSteve S <steves@github.com>2018-08-29 13:28:55 -0400
commit26dc9bc8ee8639b1ad393f4f3f4fa3e1a397b70e (patch)
tree50bbf48e07b2f38149ac5a4dc1ef0e6eca7e8047 /activejob/CHANGELOG.md
parent7e881a18d945d13f82619bd059569ecc0abbf17c (diff)
downloadrails-26dc9bc8ee8639b1ad393f4f3f4fa3e1a397b70e.tar.gz
rails-26dc9bc8ee8639b1ad393f4f3f4fa3e1a397b70e.tar.bz2
rails-26dc9bc8ee8639b1ad393f4f3f4fa3e1a397b70e.zip
Add hooks to ActiveJob around retries and discards
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 2417ea3a87..c47465cb43 100644
--- a/activejob/CHANGELOG.md
+++ b/activejob/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Added `enqueue_retry.active_job`, `retry_stopped.active_job`, and `discard.active_job` hooks.
+
+ *steves*
+
* Allow `assert_performed_with` to be called without a block.
*bogdanvlviv*