Skip to content

Commit

Permalink
Update changelog for 3.4.0-beta release. (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Davis authored Jul 24, 2019
1 parent b68d9f3 commit 88d0e6a
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.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

Expand Down

0 comments on commit 88d0e6a

Please sign in to comment.