Skip to content

Commit

Permalink
update changelog for release (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaszurkan-optimizely authored Oct 31, 2019
1 parent 1668bce commit 2256ff3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 2256ff3

Please sign in to comment.