Skip to content

Commit e99f1d9

Browse files
authored
Create CHANGELOG.md
1 parent 5f55ece commit e99f1d9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Optimizely Android X SDK Changelog
2+
3+
### 0.1.3
4+
October 27, 2016
5+
6+
*Bug Fixes*
7+
- Now service intervals can be changed after they are scheduled the first time.
8+
- If a service is scheduled when rescheduling the old service will be unscheduled.
9+
- Now multiple `OptimizelyManager`instances can be created for multiple Optimizely X projects.
10+
- A manager builds `AndroidOptimizely` for the project id it was created with and only that that project id.
11+
- Could run one project in your activites and one in your services.
12+
- Now shows user experiment record logs.
13+
- Turns on more core logs.
14+
15+
*New Features*
16+
- *Exponential Backoff.* Datafile download event dispatching now exmploy exponential backoff.

0 commit comments

Comments
 (0)