From 982684535b56c0d647f24d1fd7002a88e34f7af8 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Tue, 11 Jun 2024 16:18:08 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4555dc1..a39fd03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. ### Added -- Support binary protocol ([#XX]) +- Support binary protocol ([#33]) - Try to improve performance by calling `madvise` to inform Kernel we are reading sequentially ([#24]) - Expose metric on denied connection counts ([#26]) - Print nicer error messages ([#32]) @@ -22,6 +22,7 @@ All notable changes to this project will be documented in this file. [#25]: https://github.com/sbernauer/breakwater/pull/25 [#26]: https://github.com/sbernauer/breakwater/pull/26 [#32]: https://github.com/sbernauer/breakwater/pull/32 +[#33]: https://github.com/sbernauer/breakwater/pull/33 ## [0.14.0] - 2024-05-30 at GPN 22 :)