From 9b7e5c61ae97250ba982c14f7460625d23365957 Mon Sep 17 00:00:00 2001 From: Mike Davis Date: Tue, 1 Oct 2019 16:50:11 -0700 Subject: [PATCH] Update changelog for 3.3.0 release. --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec533973f..3088a599a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Optimizely Java X SDK Changelog +## 3.3.0 +October 1st, 2019 + +### New Features: +- Introduced `EventProcessor` interface with `BatchEventProcessor` implementation. +- Introduced `LogEvent` notification. +- Added `BatchEventProcessor` as the default implementation within the `OptimizelyFactory` class. + +### Deprecated +- `LogEvent` was deprecated from `TrackNotification` and `ActivateNotification` notifications in favor of explicit `LogEvent` notification. + ## 3.2.1 August 19th, 2019