From 68a65d5e16d41540cb1b8c0d5e02f845eb4d02f6 Mon Sep 17 00:00:00 2001 From: Emmanuel Zamora <emmanuel-zamora@split.io> Date: Thu, 21 Dec 2023 14:48:58 -0300 Subject: [PATCH] Add breaking change label to changes file --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 85ab955..9654277 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,6 @@ 2.0.0 (Dec 18, 2023) + - BREAKING CHANGE: Updated the minimum Angular version to match Angular's support up to date. Breaking change version is regarding the Angular minimum version update, there are no breaking changes to Split's plugin API or functionality itself. - Updated @splitsoftware/splitio-browserjs package to version 0.13.0 - - Updated the minimum Angular version to match Angular's support up to date. Breaking change version is regarding the Angular minimum version update, there are no breaking changes to Split's plugin API or functionality itself. - Added support for Flag Sets on the SDK, which enables grouping feature flags and interacting with the group rather than individually (more details in our documentation): - Added new variations of the get treatment methods to support evaluating flags in given flag set/s. - getTreatmentsByFlagSet and getTreatmentsByFlagSets