From e243bafe5d2d3592f0473d1ebc5dd46d32dae101 Mon Sep 17 00:00:00 2001 From: Sattvik Chakravarthy Date: Fri, 15 Mar 2024 15:45:50 +0530 Subject: [PATCH] fix: changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cec63ff..4eda62f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Adds a new `useStaticKey` param to `updateSessionInfo_Transaction` - This enables smooth switching between `useDynamicAccessTokenSigningKey` settings by allowing refresh calls to change the signing key type of a session +- Fixes performance issue with user pagination ### Migration