summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2023-05-08 20:09:39 +0200
committerValery Piashchynski <[email protected]>2023-05-08 20:09:39 +0200
commit218ae5e40db667c1e44295ef4588512e332ff9eb (patch)
treeed76d85d68a8639b3cfd065acf77296b904c546c /CHANGELOG.md
parent0f7076a620a09e2a99a670c879a862d9f19080dd (diff)
chore(deps): update dependencies
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 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)
---