diff options
author | Valery Piashchynski <[email protected]> | 2021-10-19 15:33:27 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-10-19 15:33:27 +0300 |
commit | 1748c0b68b0e6a3ede92bdca5eda51078ce4ea67 (patch) | |
tree | c0fc7af6de22ed85ad897b07580b0dbd5a0b13f3 /CHANGELOG.md | |
parent | b1371dc1e7fd87bc82805b6a3b9c1e2db0cd07c3 (diff) |
update CHANGELOG
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 63c3d37a..d730d591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -205,10 +205,10 @@ jobs: ## 🩹 Fixes: - 🐛 Fix: local and global configuration parsing. -- 🐛 Fix: bug with the `boltdb-jobs` connection left open after RPC close command. +- 🐛 Fix: `boltdb-jobs` connection left open after RPC close command. - 🐛 Fix: close `beanstalk` connection and release associated resources after pipeline stopped. - 🐛 Fix: grpc plugin fails to handle requests after calling `reset`. -- 🐛 Fix: bug with superfluous response.WriteHeader call when connection is broken. +- 🐛 Fix: superfluous response.WriteHeader call when connection is broken. ## 📦 Packages: |