From 2e41642c26390e0f23442e45a721af929043ed12 Mon Sep 17 00:00:00 2001 From: Thomas Zurkan Date: Tue, 23 Apr 2019 13:47:54 -0700 Subject: [PATCH 1/2] update changelog for 3.0.1 patch release. This release will be used by 3.0.1 android patch release. --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c42349d34..18e5e667e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Optimizely Java X SDK Changelog +## 3.0.1 + +April 23, 2019 + +This is a simple fix so that older versions of org.json can still parse the datafile. + +### Bug Fix +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. + ## 3.0.0 February 13, 2019 From 00caaf39bf322a60358dc57ef6484c9cc5fd3219 Mon Sep 17 00:00:00 2001 From: Thomas Zurkan Date: Tue, 23 Apr 2019 13:55:03 -0700 Subject: [PATCH 2/2] added link to PR --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18e5e667e..97040e760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ This is a simple fix so that older versions of org.json can still parse the data ### Bug Fix 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. +([#283](https://github.com/optimizely/java-sdk/pull/283)) ## 3.0.0