From 0694483f15110152030a8102d2727c917bb40408 Mon Sep 17 00:00:00 2001 From: Andrew Carbonetto Date: Sat, 21 Sep 2024 10:18:28 -0700 Subject: [PATCH] Changelog Signed-off-by: Andrew Carbonetto --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5bf8a0405..2a6b35e55c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ #### Changes * Node: Fix binary variant for xinfogroups and lrem ([#2324](https://github.com/valkey-io/valkey-glide/pull/2324)) -* Node: Fixed missing exports ([#2301](https://github.com/valkey-io/valkey-glide/pull/2301)) +* Node: Fixed missing exports ([#2301](https://github.com/valkey-io/valkey-glide/pull/2301), [#2337](https://github.com/valkey-io/valkey-glide/pull/2337)) * Node: Use `options` struct for all optional arguments ([#2287](https://github.com/valkey-io/valkey-glide/pull/2287)) * Node: Added `invokeScript` API with routing for cluster client ([#2284](https://github.com/valkey-io/valkey-glide/pull/2284)) * Java: Expanded tests for converting non UTF-8 bytes to Strings ([#2286](https://github.com/valkey-io/valkey-glide/pull/2286))