Move CHANGELOG entry to the top

This commit is contained in:
Rafael Mendonça França 2020-04-08 17:22:38 -04:00
parent d16396e1ce
commit 855c9897eb
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948
1 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,8 @@
* While using `perform_enqueued_jobs` test helper enqueued jobs must be stored for the later check with
`assert_enqueued_with`.
*Dmitry Polushkin*
* `ActiveJob::TestCase#perform_enqueued_jobs` without a block removes performed jobs from the queue.
That way the helper can be called multiple times and not perform a job invocation multiple times.
@ -105,9 +110,5 @@
*Anthony Ross*
* While using `perform_enqueued_jobs` test helper enqueued jobs must be stored for the later check with `assert_enqueued_with`.
*Dmitry Polushkin*
Please check [6-0-stable](https://github.com/rails/rails/blob/6-0-stable/activejob/CHANGELOG.md) for previous changes.