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 :)