From d8b7054747cee40d58a2fafbb8883cd36eae42a0 Mon Sep 17 00:00:00 2001 From: Emiliano Sanchez Date: Wed, 11 Oct 2023 17:42:35 -0300 Subject: [PATCH] add changelog entry --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 63df16751..d6b5ecb6a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ +10.24.0 (October XX, 2023) + - Added Split Suite module for browser. The Split Suite is an extension of the SDK that sets up the Browser RUM Agent automatically. It can be imported via `import { SplitSuite } from '@splitsoftware/splitio/suite';` or `const { SplitSuite } = require('@splitsoftware/splitio/suite');`. See https://help.split.io/hc/en-us/articles/360030898431-Browser-RUM-agent#sdk-integration for more information. + 10.23.1 (September 22, 2023) - Updated @splitsoftware/splitio-commons package to version 1.9.1. This update removes the handler for 'unload' DOM events, that can prevent browsers from being able to put pages in the back/forward cache for faster back and forward loads (Related to issue https://github.com/splitio/javascript-client/issues/759).