Skip to content

Commit ba00a81

Browse files
author
Michael Ng
authored
chore: Prepare for 3.1.0 release. (#275)
1 parent 105c869 commit ba00a81

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Optimizely Android X SDK Changelog
22

3+
## 3.1.0
4+
May 13th, 2019
5+
6+
This minor release updates the SDK to use the Optimizely Java SDK 3.1.0 which includes the following:
7+
8+
### New Features:
9+
* Introduced Decision notification listener to be able to record:
10+
* Variation assignments for users activated in an experiment.
11+
* Feature access for users.
12+
* Feature variable value for users.
13+
* Added APIs to be able to conveniently add Decision notification handler (`addDecisionNotificationHandler`) and Track notification handler (`addTrackNotificationHandler`).
14+
15+
### Bug Fixes:
16+
* Feature variable APIs return default variable value when featureEnabled property is false. ([#274](https://github.com/optimizely/java-sdk/pull/274))
17+
18+
### Deprecated
19+
* 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.
20+
* `addActivateNotificationListener`, `addTrackNotificationListener` and `addNotificationListener` APIs on `NotificationCenter`.
21+
22+
323
## 3.0.1
424
April 23, 2019
525

0 commit comments

Comments
 (0)