X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=6d75ac56d075338390eb9cc0191b5b6bcfe21850;hb=767e23e80a540dcedab8a2aa5203b8526e3df7b1;hp=20b83d5bea6703dfd57ef509564fc86402aacfcc;hpb=e088a00c285c320395d883d57d1db51d42300b10;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 20b83d5b..6d75ac56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `AbstractWorker` class `maxInactiveTime`, `killBehavior` and `async` attributes have been removed in favour of the same ones in the worker options `opts` public attribute. - `AbstractWorker` class `lastTask` attribute have been renamed to `lastTaskTimestamp`. - `AbstractWorker` class `interval` attribute have been renamed to `aliveInterval`. +- `AbstractWorker` class cannot be instantiated without specifying the `mainWorker` argument referencing the main worker. ## [2.0.2] - 2021-12-05