From 08afb5ce3afe166e312917a9b7f16aec9593a342 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Mon, 13 Dec 2021 18:59:24 +0100 Subject: [PATCH] Update release notes for 5.2.3 [skip ci] --- doc/RELEASE-NOTES.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/RELEASE-NOTES.md b/doc/RELEASE-NOTES.md index 32ae1829d..79c9040ab 100644 --- a/doc/RELEASE-NOTES.md +++ b/doc/RELEASE-NOTES.md @@ -10,16 +10,21 @@ Important: * Bug fixes until June 1, 2022 (no more feature enhancements) * Security fixes until June 1, 2023 +Enhancements: +* Spanish example conf was added (`conf/help/example.es.conf`) + Fixes: * set::anti-flood::connect-flood was only expiring entries every 2 minutes instead of the configured amount (until the first REHASH, after that it was all good). * Memory leak in websocket module -* Send WALLOPS back to the sender too +* Send `WALLOPS` back to the sender too Changes: -* Documentation updates (HELPOP) +* Update `HELPOP` docs * Add information on EOL date +* Add `CONTRIBUTING.md` file with a reference to docs on + [https://www.unrealircd.org/docs/Contributing](how people can help out). UnrealIRCd 5.2.2 -----------------