From 6992fcede46cd2f52566291e7936483376a9a454 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Fri, 20 Aug 2021 14:38:40 +0300 Subject: Correct CHANGELOG Signed-off-by: Valery Piashchynski --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdd2e532..5e29bdb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,16 +6,16 @@ v2.4.0 (_.08.2021) ## 💔 Internal BC: -- 🔨 Pool, worker interfaces: payload now passed and returned by pointer. +- 🔨 Pool, worker interfaces: payload now passed and returned by the pointer. ## 👀 New: -- ✏️ Long awaited, reworked `Jobs` plugin with pluggable drivers. Now you can allocate/destroy pipelines in the runtime. +- ✏️ Long-awaited, reworked `Jobs` plugin with pluggable drivers. Now you can allocate/destroy pipelines in the runtime. Drivers included in the initial release: `RabbitMQ (0-9-1)`, `SQS v2`, `beanstalk`, `ephemeral`. [PR](https://github.com/spiral/roadrunner/pull/726) - Support for the IPv6 (`tcp|http(s)|empty [::]:port`, `tcp|http(s)|empty [::1]:port`, `tcp|http(s)|empty :// [0:0:0:0:0:0:0:1]:port`) for RPC, HTTP and other plugins. [RFC](https://datatracker.ietf.org/doc/html/rfc2732#section-2) ## 🩹 Fixes: -- 🐛 Fix: fixed bug with waiting goroutines on the internal worker's container channel. +- 🐛 Fix: fixed bug with goroutines waiting on the internal worker's container channel. ## 📈 Summary: -- cgit v1.2.3