From a1d8034e0d2c66687364b3f21c2c4c287fa401ed Mon Sep 17 00:00:00 2001 From: Jae Kim Date: Mon, 20 Sep 2021 17:50:26 -0700 Subject: [PATCH] add a missing bug-fix note --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c878c888e..b88169576 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,9 +26,13 @@ March 8th, 2021 ## [3.8.1] March 2nd, 2021 -- Switch publish repository to MavenCentral (bintray/jcenter sunset) -- Fix javadoc warnings ([#426](https://github.com/optimizely/java-sdk/pull/426)) +Switch publish repository to MavenCentral (bintray/jcenter sunset) +### Fixes +- Fix app crashing when the rollout length is zero ([#423](https://github.com/optimizely/java-sdk/pull/423)). +- Fix javadoc warnings ([#426](https://github.com/optimizely/java-sdk/pull/426)). + + ## [3.8.0] February 3rd, 2021