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