aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'activejob/CHANGELOG.md')
-rw-r--r--activejob/CHANGELOG.md28
1 files changed, 1 insertions, 27 deletions
diff --git a/activejob/CHANGELOG.md b/activejob/CHANGELOG.md
index ff8375e690..ec99b5d975 100644
--- a/activejob/CHANGELOG.md
+++ b/activejob/CHANGELOG.md
@@ -1,29 +1,3 @@
-* Allow block to be passed to `ActiveJob::Base.discard_on` to allow custom handling of discard jobs.
- Example:
- class RemoteServiceJob < ActiveJob::Base
- discard_on(CustomAppException) do |job, exception|
- ExceptionNotifier.caught(exception)
- end
-
- def perform(*args)
- # Might raise CustomAppException for something domain specific
- end
- end
-
- *Aidan Haran*
-
-
-## Rails 5.2.0.beta2 (November 28, 2017) ##
-
-* No changes.
-
-
-## Rails 5.2.0.beta1 (November 27, 2017) ##
-
-* Support redis-rb 4.0.
-
- *Jeremy Daer*
-
-Please check [5-1-stable](https://github.com/rails/rails/blob/5-1-stable/activejob/CHANGELOG.md) for previous changes.
+Please check [5-2-stable](https://github.com/rails/rails/blob/5-2-stable/activejob/CHANGELOG.md) for previous changes.