From e45b20737535fd2d7ab6f8791200e119d2a8b006 Mon Sep 17 00:00:00 2001 From: Christian <6939810+chkr1011@users.noreply.github.com> Date: Sat, 26 Nov 2022 14:53:03 +0100 Subject: [PATCH] Update ReleaseNotes.md --- .github/workflows/ReleaseNotes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ReleaseNotes.md b/.github/workflows/ReleaseNotes.md index 2cb50c8f..1a307965 100644 --- a/.github/workflows/ReleaseNotes.md +++ b/.github/workflows/ReleaseNotes.md @@ -1,3 +1,3 @@ -[Core] Fixed a memory leak in _AsyncSignal_ implementation (#1586, thanks to @mario-zelger). -[Server] Fix not properly reset statistics (#1587, thanks to @damikun). -[Server] Now using an empty string as the sender client ID for injected application messages (#1583, thanks to @xljiulang). \ No newline at end of file +* [Core] Fixed a memory leak in _AsyncSignal_ implementation (#1586, thanks to @mario-zelger). +* [Server] Fix not properly reset statistics (#1587, thanks to @damikun). +* [Server] Now using an empty string as the sender client ID for injected application messages (#1583, thanks to @xljiulang). \ No newline at end of file -- GitLab