1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

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.