Skip to content

Commit 3f01d93

Browse files
committed
Preparing for 3.1.0 release
1 parent 543c1c2 commit 3f01d93

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Optimizely Java X SDK Changelog
22

3+
## 3.1.0
4+
May 6th, 2019
5+
6+
### New Features:
7+
- Introduced Decision notification listener to be able to record:
8+
- Variation assignments for users activated in an experiment.
9+
- Feature access for users.
10+
- Feature variable value for users.
11+
12+
### Bug Fixes:
13+
- Feature variable APIs return default variable value when featureEnabled property is false. ([#274](https://github.com/optimizely/java-sdk/pull/274))
14+
15+
### Deprecated
16+
- Activate notification listener is deprecated as of this release. Recommendation is to use the new Decision notification listener. Activate notification listener will be removed in the next major release.
17+
318
## 3.0.1
419

520
April 23, 2019

0 commit comments

Comments
 (0)