From 3c158452e8ea001acf514d4550c51ee7e044d5f9 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Mon, 10 Jun 2024 12:35:02 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 352a54c..2f19e6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file. - 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 ([#XX]) +- Print nicer error messages ([#32]) ### Changed @@ -20,6 +20,7 @@ All notable changes to this project will be documented in this file. [#24]: https://github.com/sbernauer/breakwater/pull/24 [#25]: https://github.com/sbernauer/breakwater/pull/25 [#26]: https://github.com/sbernauer/breakwater/pull/26 +[#32]: https://github.com/sbernauer/breakwater/pull/32 ## [0.14.0] - 2024-05-30 at GPN 22 :)