Skip to content

Commit 0c8a8ad

Browse files
(chore):update changelog for 3.0.1 patch release. This release will be used … (#284)
* update changelog for 3.0.1 patch release. This release will be used by 3.0.1 android patch release. * added link to PR
1 parent fa1171b commit 0c8a8ad

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Optimizely Java X SDK Changelog
22

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.
11+
([#283](https://github.com/optimizely/java-sdk/pull/283))
12+
313
## 3.0.0
414

515
February 13, 2019

0 commit comments

Comments
 (0)