Skip to content

Commit d8439a9

Browse files
authored
2.0.0 beta3 bump (#162)
* add CHANGELOG.md information for 2.0.0-beta3 release
1 parent fbb8b56 commit d8439a9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Optimizely Java X SDK Changelog
22

3+
## 2.0.0 Beta 3
4+
January 5, 2018
5+
6+
This is a patch release for 2.0.0 Beta. It contains a minor bug fix.
7+
8+
### Bug Fixes
9+
SDK checks for null values in the Feature API parameters.
10+
- If `isFeatureEnabled` is called with a null featureKey or a null userId, it will return false immediately.
11+
- If any of `getFeatureVariable<Type>` are called with a null featureKey, variableKey, or userId, null will be returned immediately.
12+
313
## 1.8.1
414
December 12, 2017
515

0 commit comments

Comments
 (0)