Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 607 Bytes

CHANGELOG.md

File metadata and controls

10 lines (6 loc) · 607 Bytes

2.0.0 (2021-05-19)

Breaking Changes

  • Removed ...AbstractChainedJob::filter_items_before_processing method in favor of the more flexible process_items method (#2)

New Feature

  • Added ...AbstractChainedJob::process_items method to give jobs more control over how the whole batch is processed (#2)