aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-08-13 09:56:06 +0200
committerYves Senn <yves.senn@gmail.com>2015-08-13 10:00:19 +0200
commit68e3279163d06e6b04e043f91c9470e9259bbbe0 (patch)
tree0b332df5e991a64bea49e89b6d27f42c07f6111d /activejob/CHANGELOG.md
parent0650d0848817bbc71d1450297b066445e8433ff1 (diff)
downloadrails-68e3279163d06e6b04e043f91c9470e9259bbbe0.tar.gz
rails-68e3279163d06e6b04e043f91c9470e9259bbbe0.tar.bz2
rails-68e3279163d06e6b04e043f91c9470e9259bbbe0.zip
implement `provider_job_id` for `queue_classic`.
The latest, currently unreleased, version of queue_classic is required for this to work. See https://github.com/QueueClassic/queue_classic/pull/262 for more details.
Diffstat (limited to 'activejob/CHANGELOG.md')
-rw-r--r--activejob/CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/activejob/CHANGELOG.md b/activejob/CHANGELOG.md
index d8944a5338..637096e935 100644
--- a/activejob/CHANGELOG.md
+++ b/activejob/CHANGELOG.md
@@ -1,6 +1,11 @@
+* Implement `provider_job_id` for `queue_classic` adapter. This requires the
+ latest, currently unreleased, version of queue_classic.
+
+ *Yves Senn*
+
* `assert_enqueued_with` and `assert_performed_with` now returns the matched
job instance for further assertions.
-
+
*Jean Boussier*
* Include I18n.locale into job serialization/deserialization and use it around