Skip to content

Commit 7139c21

Browse files
(chore): changelog for release (#297)
* changelog for release * update changelog to today
1 parent 9032b8c commit 7139c21

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

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

3+
## 3.2.0
4+
August 21st 2019
5+
6+
This minor release updates the SDK to use the Optimizely Java SDK 3.2.1 which includes the following:
7+
8+
### New Features:
9+
* The default datafile manager now supports the Java SDK [#ProjectConfigManager](https://github.com/optimizely/java-sdk/blob/master/core-api/src/main/java/com/optimizely/ab/config/ProjectConfigManager.java)
10+
* The default datafile manager with polling enabled will pickup new ProjectConfigs without needing to re-initialize.
11+
* You can register for Datafile change notifications.
12+
13+
### Bug Fixes:
14+
* Potential bug fix for ANRs where a service is started but there is a bad network connection. [#PR295](https://github.com/optimizely/android-sdk/pull/295)
15+
16+
### Deprecated
17+
* DatafileHandler interface has been deprecated. In the future we will start using the ProjectConfigManager from the Java SDK mentioned above.
18+
19+
320
## 3.1.1
421
July 23rd, 2019
522

0 commit comments

Comments
 (0)