diff options
author | Valery Piashchynski <[email protected]> | 2023-05-08 20:09:39 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-05-08 20:09:39 +0200 |
commit | 218ae5e40db667c1e44295ef4588512e332ff9eb (patch) | |
tree | ed76d85d68a8639b3cfd065acf77296b904c546c /CHANGELOG.md | |
parent | 0f7076a620a09e2a99a670c879a862d9f19080dd (diff) |
chore(deps): update dependencies
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e053a500..60918c21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,10 +18,10 @@ ## 🩹 Fixes - 🐛 **Centrifuge plugin**: Fix incorrect proto package import that caused panic on large payload. -- 🐛 **PHP metapackage**: Unable to install RoadRunner via Composer, [B](https://github.com/roadrunner-server/roadrunner/issues/1540), (thanks @monkenWu, @butschster) +- 🐛 **PHP metapackage**: Unable to install RoadRunner via Composer, [BUG](https://github.com/roadrunner-server/roadrunner/issues/1540), (thanks @monkenWu, @butschster) - 🐛 **HTTP plugin**: Fix double unmarshal of the main plugin configuration. -- 🐛 **RR**: Fix `TestCommandWorkingDir` predifined temp directory, [B](https://github.com/roadrunner-server/roadrunner/issues/1545), (thanks @shyim) -- 🐛 **Status plugin**: Fix `superfluous response.WriteHeader` bug, [B](https://github.com/roadrunner-server/roadrunner/issues/1544), (thanks @mfadul24) +- 🐛 **RR**: Fix `TestCommandWorkingDir` predifined temp directory, [BUG](https://github.com/roadrunner-server/roadrunner/issues/1545), (thanks @shyim) +- 🐛 **Status plugin**: Fix `superfluous response.WriteHeader` bug, [BUG](https://github.com/roadrunner-server/roadrunner/issues/1544), (thanks @mfadul24) --- |