From e09fe4a986f47970d020e1c79f65cafeb1270188 Mon Sep 17 00:00:00 2001 From: Ping Xie Date: Tue, 30 Jul 2024 14:52:54 -0700 Subject: [PATCH] Update 00-RELEASENOTES Co-authored-by: Madelyn Olson Signed-off-by: Ping Xie --- 00-RELEASENOTES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00-RELEASENOTES b/00-RELEASENOTES index e035afb914..66338242bc 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -18,7 +18,7 @@ Valkey 7.2.6 GA - Released Tue 30 July 2024 Upgrade urgency MODERATE: Program an upgrade of the server, but it's not urgent. Bug fixes - Core -========= +================ * Fix typo in REGISTER_API macro to prevent segfaults when loading Redis modules (#608) * Fix the command duration reset issue when clients are blocked and commands are reprocessed (#526) * Fix the data type conversion error in zrangeResultBeginStore (Redis#13148)