You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,27 @@
1
1
# 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.
0 commit comments