Skip to content

Commit

Permalink
prepare changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Sep 25, 2023
1 parent 39bac6b commit 8911448
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [3.1.0](https://github.com/supercharge/promise-pool/compare/v3.0.0...v3.1.0) - 2023-09-xx

### Added
- clear timers from task timeouts to remove them from the event loop: this is helpful to clear up resources for long-running timeouts and fastly resolving tasks. If not cleared, the timeouts stay in the event loop until they’re due
- add keep error handler when calling `pool.handleError` after `pool.for`: previously the error handler was lost

### Updated
- bump dependencies


## [3.0.0](https://github.com/supercharge/promise-pool/compare/v2.4.0...v3.0.0) - 2023-07-09

### Added
Expand Down

0 comments on commit 8911448

Please sign in to comment.