From 77c38be3e6469b0ecd83c29dac7358f5542bc630 Mon Sep 17 00:00:00 2001 From: Thomas Zurkan Date: Wed, 23 Oct 2019 10:59:26 -0700 Subject: [PATCH 1/2] prepare for 3.3.2 release --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3de7c6690..0729fb90f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Optimizely Java X SDK Changelog +## 3.3.2 +October 23rd, 2019 + +### New Features: +- The BatchEventProcessor was refactored for performance so that it ends up hanging on the blocking queue if there is nothing to processes. + ## 3.3.1 October 11th, 2019 From c923d89bd538529afa59e524ecfe9f82ce93bc56 Mon Sep 17 00:00:00 2001 From: Thomas Zurkan Date: Wed, 23 Oct 2019 11:14:18 -0700 Subject: [PATCH 2/2] add pr to release comment --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0729fb90f..62e741f4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ October 23rd, 2019 ### New Features: -- The BatchEventProcessor was refactored for performance so that it ends up hanging on the blocking queue if there is nothing to processes. +- The BatchEventProcessor was refactored for performance so that it ends up hanging on the blocking queue if there is nothing to processes. ([#343](https://github.com/optimizely/java-sdk/pull/343)) ## 3.3.1 October 11th, 2019