We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c7a81c commit 81033b9Copy full SHA for 81033b9
CHANGELOG.md
@@ -1,4 +1,14 @@
1
# Optimizely Android X SDK Changelog
2
+### 0.5.0
3
+
4
+*Bug Fixes*
5
6
+- Persist experiment and variation IDs instead of keys in the `AndroidUserProfile`
7
8
+*Breaking Changes*
9
10
+- Change live variable getter signature from `getVariableFloat` to `getVariableDouble`
11
12
### 0.4.1
13
December 28, 2016
14
@@ -28,6 +38,7 @@ December 8, 2016
28
38
29
39
### 0.2.2
30
40
November 30, 2016
41
31
42
*Bug Fixes*
32
43
- Update to java-core 1.0.3 which fixes crashes with Jackson annotations on ICS
33
44
- Use the old SQLiteDatabse constructor for compatibility with ICS
0 commit comments