From 08ddca51c688d8abc4ba56bd11c03de021caad18 Mon Sep 17 00:00:00 2001 From: Alexander Pauly Date: Mon, 30 Jan 2017 19:47:54 +0100 Subject: Append skipped jobs to enqueued_jobs Refactored ActiveJob TestAdapter Updated ActiveJob changelog Fixed typo in changelog Fixed formatting issue in changelog --- activejob/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'activejob/CHANGELOG.md') diff --git a/activejob/CHANGELOG.md b/activejob/CHANGELOG.md index 5e8d8cb5c9..6f95553ee5 100644 --- a/activejob/CHANGELOG.md +++ b/activejob/CHANGELOG.md @@ -1,3 +1,7 @@ +* Push skipped jobs to `enqueued_jobs` when using `perform_enqueued_jobs` with a `only` filter in tests + + *Alexander Pauly* + * Removed deprecated support to passing the adapter class to `.queue_adapter`. *Rafael Mendonça França* -- cgit v1.2.3