Skip to content

Commit

Permalink
2.0.0 beta3 bump (#162)
Browse files Browse the repository at this point in the history
* add CHANGELOG.md information for 2.0.0-beta3 release
  • Loading branch information
wangjoshuah authored Jan 5, 2018
1 parent fbb8b56 commit d8439a9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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<Type>` are called with a null featureKey, variableKey, or userId, null will be returned immediately.

## 1.8.1
December 12, 2017

Expand Down

0 comments on commit d8439a9

Please sign in to comment.