From dc46a7c9153c8ba9b5b8b8298221ff80460463be Mon Sep 17 00:00:00 2001 From: Fabian Wunsch Date: Thu, 30 May 2024 20:01:32 +0200 Subject: [PATCH] CHANGELOG.md update --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 130853c..2b24e51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,14 @@ 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]) +### Changed +- Ignore repeated `HELP` requests ([25]) + - Only the first 2 requests of any `parse` patch are answered + - Answers `Stop spamming HELP!` on the third request + - Doesn't respond to any further requests + [#24]: https://github.com/sbernauer/breakwater/pull/24 +[#25]: https://github.com/sbernauer/breakwater/pull/25 ## [0.14.0] - 2024-05-30 at GPN 22 :)