Skip to content

Commit 12e7e72

Browse files
changelog for release
1 parent 38da394 commit 12e7e72

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

CHANGELOG.md

+24-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,35 @@
11
# Optimizely Android X SDK Changelog
2+
### 1.4.0
3+
August 9, 2017
4+
5+
- Release 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-RC2
326
August 9, 2017
427

528
- Release candidate for 1.4.0
629

730
*Bug Fixes*
831

9-
- Add consumerProguardFiles
32+
- Add consumerProguardFiles.
1033
- Better javadocs.
1134
- Cleanup any resource leaks.
1235
- Better exception handling to avoid any crashes.

0 commit comments

Comments
 (0)