From d8439a9731b4fdaef8012c195a059823b5558a8e Mon Sep 17 00:00:00 2001 From: Joshua Wang Date: Fri, 5 Jan 2018 15:35:59 -0800 Subject: [PATCH] 2.0.0 beta3 bump (#162) * add CHANGELOG.md information for 2.0.0-beta3 release --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37a6dee81..b9e850144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Optimizely Java X SDK Changelog +## 2.0.0 Beta 3 +January 5, 2018 + +This is a patch release for 2.0.0 Beta. It contains a minor bug fix. + +### Bug Fixes +SDK checks for null values in the Feature API parameters. +- If `isFeatureEnabled` is called with a null featureKey or a null userId, it will return false immediately. +- If any of `getFeatureVariable` are called with a null featureKey, variableKey, or userId, null will be returned immediately. + ## 1.8.1 December 12, 2017