From bda50d348350a6934d1c778f91cf720040d18654 Mon Sep 17 00:00:00 2001 From: Thomas Zurkan Date: Thu, 31 Oct 2019 14:15:25 -0700 Subject: [PATCH] update changelog for release --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc8b7cc50..13baff172 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Optimizely Android X SDK Changelog +## 3.3.0 +October 31st, 2019 + +This minor release includes event processing with batching. It uses the Optimizely java sdk version 3.3.2. + +### 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 29th 2019