From 31b9fd4b550db0e0f31b1dd6e88232a80a3d1509 Mon Sep 17 00:00:00 2001 From: aliabbasrizvi Date: Wed, 27 Nov 2019 21:06:09 -0800 Subject: [PATCH] Updating message to accommodate encoding issues on Windows --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3c7b296..14d4ef69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -77,12 +77,12 @@ targeting functionality. * Note that for results segmentation in Optimizely results, the user attribute values from one event are automatically applied to all other events in the same session, as long as the events in question were actually received by our backend. This behavior was already in place and is not affected by the 3.0 release. * Support for all types of attribute values, not just strings. * All values are passed through to notification listeners. - * Strings, booleans, and valid numbers are passed to the event dispatcher and can be used for Optimizely results segmentation. A valid number is a finite float or numbers.Integral in the inclusive range \[-2⁵³, 2⁵³\]. + * Strings, booleans, and valid numbers are passed to the event dispatcher and can be used for Optimizely results segmentation. A valid number is a finite float or numbers.Integral in the inclusive range \[-2 ^ 53, 2 ^ 53\]. * Strings, booleans, and valid numbers are relevant for audience conditions. * Support for additional matchers in audience conditions: * An `exists` matcher that passes if the user has a non-null value for the targeted user attribute and fails otherwise. * A `substring` matcher that resolves if the user has a string value for the targeted attribute. - * `gt` (greater than) and `lt` (less than) matchers that resolve if the user has a valid number value for the targeted attribute. A valid number is a finite float or numbers.Integral in the inclusive range \[-2⁵³, 2⁵³\]. + * `gt` (greater than) and `lt` (less than) matchers that resolve if the user has a valid number value for the targeted attribute. A valid number is a finite float or numbers.Integral in the inclusive range \[-2 ^ 53, 2 ^ 53\]. * The original (`exact`) matcher can now be used to target booleans and valid numbers, not just strings. * Support for A/B tests, feature tests, and feature rollouts whose audiences are combined using `"and"` and `"not"` operators, not just the `"or"` operator. * Datafile-version compatibility check: The SDK will remain uninitialized (i.e., will gracefully fail to activate experiments and features) if given a datafile version greater than 4.