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-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.
0 commit comments