From 5c2cd9a71937f414c5841d379c5a8fdafc8106af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Mon, 29 Jan 2024 22:29:28 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa9ff32..00908f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,10 @@ * Speed up parsing and serialization of requests and responses by using [zerocopy](https://crates.io/crates/zerocopy) +#### Fixed + +* Quit whole application if any worker thread quits + ### aquatic_http #### Added