Skip to content

Commit 38da394

Browse files
update changelog
1 parent 50bb81f commit 38da394

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
11
# Optimizely Android X SDK Changelog
2+
### 1.4.0-beta-RC2
3+
August 9, 2017
4+
5+
- Release candidate for 1.4.0
6+
7+
*Bug Fixes*
8+
9+
- Add consumerProguardFiles
10+
- Better javadocs.
11+
- Cleanup any resource leaks.
12+
- Better exception handling to avoid any crashes.
13+
- Fix proguard rules.
14+
- Fix logger issue.
15+
- Allow EventRescheduler to work with wifi change intent filter (you don't have to include that intent filter).
16+
- Remove unused imports.
17+
18+
*Breaking Changes*
19+
20+
- Must include intent filter for EventRescheduler and DatafileRescheduler in the application manifest if the developer wants to use them (see the test-app manifest for an example).
21+
- Pass context into OptimizelyManager.Builder.
22+
- UserProfileService added.
23+
- Background processes are not running by default.
24+
225
### 1.4.0-beta-RC1
326
August 2, 2017
427

0 commit comments

Comments
 (0)