From 2bf64ee5048a335c08d1531053fa151bc2891bad Mon Sep 17 00:00:00 2001 From: Mike Davis Date: Wed, 24 Jul 2019 11:59:19 -0700 Subject: [PATCH] Update changelog for 3.4.0-beta release. --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d63dcb950..7aeced6a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Optimizely Java X SDK Changelog +## 3.4.0-beta +July 24th, 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.0 June 26th, 2019