summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-10-01 22:56:24 +0300
committerValery Piashchynski <[email protected]>2021-10-01 22:56:24 +0300
commit2cd9fd5cf3b734fa247701dafded853d5ef0a38d (patch)
tree1fd2a85053595df6330c5fef4ff361cbf6b62d9d /CHANGELOG.md
parentccf08c9470453f498cc20bc2245004662690320e (diff)
Update CHANGELOG
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6b32778a..09f40dd3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,7 @@
- 🔨 Some drivers now use a new `config` key to handle local configuration. Involved plugins and drivers:
- `plugins`: broadcast, kv
-- `drivers`: memory, redis, memcached, boltdb.
+- `drivers`: `memory`, `redis`, `memcached`, boltdb.
## ATTENTION!!!, this is the configuration BC release, please, update your configuration:
@@ -73,7 +73,7 @@ ssl:
]
```
-- ✏️ Add new option to the `service` plugin. Service plugin will not use std rr logger as output in flavor of raw output.
+- ✏️ Add a new option to the `service` plugin. Service plugin will not use std RR logger as output in the flavor of raw output.
New options:
```yaml
@@ -111,7 +111,7 @@ you need to serialize data on the `executable` (in the command) side.
- 🐛 Fix: local and global configuration parsing.
- 🐛 Fix: bug with the `boltdb-jobs` connection left open after RPC close command.
-- 🐛 Fix: close `beanstalk` connection and release associated resources after pipeline stop.
+- 🐛 Fix: close `beanstalk` connection and release associated resources after pipeline stopped.
## 📦 Packages: