From f6852069ae1ad969189150a23f9a78644b86a443 Mon Sep 17 00:00:00 2001 From: Harkrishn Patro Date: Wed, 8 Jan 2025 09:35:57 -0800 Subject: [PATCH] Update 00-RELEASENOTES MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Viktor Söderqvist Signed-off-by: Harkrishn Patro --- 00-RELEASENOTES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00-RELEASENOTES b/00-RELEASENOTES index 008acfdecf..26375b4261 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -21,7 +21,7 @@ Bug fixes ========= * Fix a bug where extra memory would be used when storing strings in the inline protocol. (#1213) -* Send the correct error message when `FUNCTION KIlL` is used to kill an +* Send the correct error message when `FUNCTION KILL` is used to kill an ongoing script. (#1171) * Make sure the last accessed time is correctly updated when using the `TOUCH` command with the `CLIENT NO-TOUCH` option. (#1499)