aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2016-10-10 14:55:20 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2016-10-10 14:55:20 -0300
commitd861a1fcf8401a173876489d8cee1ede1cecde3b (patch)
tree0c083b2c33eb9616beed83c4c95caf562abf7860 /activejob/CHANGELOG.md
parentb9ba263e5aaa151808df058f5babfed016a1879f (diff)
downloadrails-d861a1fcf8401a173876489d8cee1ede1cecde3b.tar.gz
rails-d861a1fcf8401a173876489d8cee1ede1cecde3b.tar.bz2
rails-d861a1fcf8401a173876489d8cee1ede1cecde3b.zip
Removed deprecated #original_exception in ActiveJob::DeserializationError
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 ef62b2136b..1142c84d33 100644
--- a/activejob/CHANGELOG.md
+++ b/activejob/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Removed deprecated `#original_exception` in `ActiveJob::DeserializationError`.
+
+ *Rafael Mendonça França*
+
* Added instance variable `@queue` to JobWrapper.
This will fix issues in [resque-scheduler](https://github.com/resque/resque-scheduler) `#job_to_hash` method,