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 8687241 commit d68bdccCopy full SHA for d68bdcc
CHANGELOG.md
@@ -1,4 +1,14 @@
1
# Optimizely Android X SDK Changelog
2
+### 0.2.2
3
+November 30, 2016
4
+*Bug Fixes*
5
+- Update to java-core 1.0.3 which fixes crashes with Jackson annotations on ICS
6
+- Use the old SQLiteDatabse constructor for compatibility with ICS
7
+
8
+*Breaking Changes*
9
+- Changed the initialization call from `start` to `initialize`
10
+- `getOptimizely` now only returns the cached version of the client
11
12
### 0.2.1
13
November 4, 2016
14
0 commit comments