diff options
author | Valery Piashchynski <[email protected]> | 2022-05-26 13:40:06 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-05-26 13:40:06 +0200 |
commit | cc938291038c65e70c2f20908bc486c4d28e6e88 (patch) | |
tree | 1cc2b85037c5098e071a5d1102ad5362e9ec9bbb | |
parent | a7988ca4fc291de6897503d0ede4d4203b00fd94 (diff) |
format CHANGELOG
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b043952..3d7388a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## v2.10.2 (26.05.2022) ## 👀 New: -- ✏️ **WORKER**: Starting from this release, RR is able to show full error messages which sent to the `STDOUT` during the worker bootstrap. [FR](https://github.com/roadrunner-server/roadrunner/issues/1127) (thanks @ykweb) +- ✏️ **WORKER**: Starting from this release, RR is able to show full error messages sent to the `STDOUT` during the worker bootstrap. - ✏️ **HTTP**: Connection might be upgraded from the `http/1.1` to `h2c`: [rfc7540](https://datatracker.ietf.org/doc/html/rfc7540#section-3.4) Headers, which should be sent to upgrade connection: 1. `Upgrade`: `h2c` |