diff options
author | Valery Piashchynski <[email protected]> | 2021-09-12 22:44:34 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-09-12 22:44:34 +0300 |
commit | b7629ed14bb57c770e1e7f6f2da2d967b72c9789 (patch) | |
tree | e537a4843b2acf35fb4d72a149b399cca2636d93 /CHANGELOG.md | |
parent | 52c2330cbd126533d992d4b73b3f8e2f2e27f7bf (diff) | |
parent | fe72d84395970281fe330a2b9423f8c0e4c3b9c8 (diff) |
Merge remote-tracking branch 'origin' into bug/local-and-global-sections-incorrect-parsing
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a92b5ca0..9d8b8077 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # CHANGELOG -## v2.4.1 (10.09.2021) +## v2.4.1 (13.09.2021) ## 🩹 Fixes: - 🐛 Fix: bug with not-idempotent call to the `attributes.Init`. +- 🐛 Fix: memory jobs driver behavior. Now memory driver starts consuming automatically if the user consumes the pipeline in the configuration. ## v2.4.0 (02.09.2021) |