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:
parent
d16396e1ce
commit
855c9897eb
1 changed files with 5 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue