Skip to content

Commit

Permalink
Update changelog for 3.3.0 release. (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Davis authored Oct 2, 2019
1 parent c3e55ce commit 4f7304a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 4f7304a

Please sign in to comment.