From 5c15bf41d67ef2e0d91dda08c32f3b06e215dd76 Mon Sep 17 00:00:00 2001 From: Emiliano Sanchez Date: Tue, 12 Dec 2023 14:09:31 -0300 Subject: [PATCH] Update changelog entry --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 6b1f51501..958fc1951 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ 10.24.1 (December 12, 2023) - - Updated SDK cache for browsers using localStorage, to clear cached feature flag definitions before initiating the synchronization process, if the cache was previously synchronized with a different SDK key (i.e., a different environment) or different Split Filter criteria. + - Updated SDK cache for browsers using localStorage, to clear cached feature flag definitions before initiating the synchronization process if the cache was previously synchronized with a different SDK key (i.e., a different environment) or different Split Filter criteria, to avoid using invalid cached data when the SDK is ready from cache. - Updated @splitsoftware/splitio-commons package to version 1.12.1. 10.24.0 (December 4, 2023)