From 6cb7a12baa9c219da66ca3ba45fa0b54b6c8a54b Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Fri, 17 Mar 2023 19:10:09 +0100 Subject: [PATCH] Minor rls notes updates [skip ci] --- doc/RELEASE-NOTES.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/RELEASE-NOTES.md b/doc/RELEASE-NOTES.md index b4b67dafb..324e63a5d 100644 --- a/doc/RELEASE-NOTES.md +++ b/doc/RELEASE-NOTES.md @@ -33,9 +33,10 @@ in progress. for `target-flood-user` and `target-flood-channel`. ### Fixes: -* Crash if an IRCOp uses `unrealircd.org/json-log` on IRC and during - `REHASH` some module sends log output during MOD_INIT (eg with some - 3rd party modules) +* Crash if an IRCOp uses + [`unrealircd.org/json-log`](https://www.unrealircd.org/docs/JSON_logging#Enabling_on_IRC) + on IRC and during `REHASH` some module sends log output during MOD_INIT + (eg. with some 3rd party modules) * The [Module manager](https://www.unrealircd.org/docs/Module_manager) now works on FreeBSD and similar. * Silence warnings on Clang 15+ (eg. Ubuntu 23.04)