From a99e6756a57c43ff33a392349ffb442d90f168df Mon Sep 17 00:00:00 2001 From: Bilal Al-Shahwany Date: Fri, 1 Aug 2025 12:09:17 -0700 Subject: [PATCH] Fixed changes --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index be40f790..7479f8ba 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,7 @@ CHANGES 8.7.0 (Aug 1, 2025) -- Added support for feature flag prerequisites. This allows customers to define dependency conditions between flags, which are evaluated before any allowlists or targeting rules. +- Added a new optional argument to the client `getTreatment` methods to allow passing additional evaluation options, such as a map of properties to append to the generated impressions sent to Split backend. Read more in our docs. 8.6.0 (Jun 17, 2025) - Added support for rule-based segments. These segments determine membership at runtime by evaluating their configured rules against the user attributes provided to the SDK.