Skip to content

Commit

Permalink
Update CHANGELOG.md (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickTulskie authored Aug 5, 2022
1 parent 48c058e commit 2a9f29a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
### Changed
- Remove support for Ruby < 2.3
- Configuration to use a set of truthy values to enable boolean settings instead of simply existence
- Add `delay_or_enqueue_at` for delaying existing jobs or creating a new job
- Unblock rufus-scheduler lock on lower than 3.7 by fixing scheduler shutdown
- Add `delay_or_enqueue_at` for delaying existing jobs or creating a new job(#645)
- Fix deprecated uses of Redis#pipelined
- Fix reading configuration from environment for boolean values (#735)
- Unblock rufus-scheduler lock on lower than 3.7 by fixing scheduler shutdown (#736)
- Removed testing against jruby (resque doesn't test against jruby)

## [4.5.0] - 2021-09-25
### Added
Expand Down

0 comments on commit 2a9f29a

Please sign in to comment.