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
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Optimizely Java X SDK Changelog
2
2
3
+
## 3.0.1
4
+
5
+
April 23, 2019
6
+
7
+
This is a simple fix so that older versions of org.json can still parse the datafile.
8
+
9
+
### Bug Fix
10
+
We use org.json.JSONArray. Older versions do not support the iterator. In order to ensure that the datafile is still parsable if you use a older version, we changed to use the get method instead of the iterator.
0 commit comments