Skip to content

Commit 7aa2e07

Browse files
update changelog
1 parent 8dfd335 commit 7aa2e07

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-alpha-RC1
3+
July 26, 2017
4+
5+
- Release candidate for 1.4.0
6+
7+
*Bug Fixes*
8+
9+
- Better javadocs.
10+
- Cleanup any resource leaks.
11+
- Better exception handling to avoid any crashes.
12+
- Fix proguard rules
13+
- Fix logger issue
14+
- Allow EventRescheduler to work with wifi change intent filter (you don't have to include that intent filter).
15+
16+
*Breaking Changes*
17+
18+
- 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).
19+
- Pass context into OptimizelyManager.Builder.
20+
- UserProfileService added.
21+
- Background processes are not running by default.
22+
- Various handlers (EventHandler, DatafileHandler, ErrorHandler) can be overridden.
23+
24+
225
### 1.4.0-alpha
326
July 11, 2017
427

0 commit comments

Comments
 (0)