Skip to content

Commit 61ca7aa

Browse files
author
Marcus Pöhls
committed
add credits to Christopher Zinger for the pull requests
1 parent 97bd3ff commit 61ca7aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## [3.3.0](https://github.com/supercharge/promise-pool/compare/v3.2.0...v3.3.0) - 2026-03-05
44

55
### Added
6-
- add `dontStoreProcessedItems` method to the promise pool to tell the processor to skip storing processed items in memory
6+
- add `dontStoreProcessedItems` method to the promise pool to tell the processor to skip storing processed items in memory (Thank you Christopher Zinger! [PR 92](https://github.com/supercharge/promise-pool/pull/92))
77
```js
88
await PromisePool
99
.for([1,2,3,4])
@@ -12,7 +12,7 @@
1212
// processing …
1313
})
1414
```
15-
- add `flushProcessedItems` method to the promise pool executor
15+
- add `flushProcessedItems` method to the promise pool executor (Thank you Christopher Zinger! [PR 91](https://github.com/supercharge/promise-pool/pull/91))
1616
```js
1717
await PromisePool
1818
.for([1,2,3,4])

0 commit comments

Comments
 (0)