Skip to content

Commit

Permalink
Updating changelog as well
Browse files Browse the repository at this point in the history
  • Loading branch information
aliabbasrizvi committed Oct 24, 2019
1 parent 1466037 commit d052a6a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Optimizely Python SDK Changelog

## 3.3.0
October 25th, 2019
October 28th, 2019

### New Features:
* Added support for event batching via the event processor.
Expand All @@ -11,6 +11,9 @@ October 25th, 2019
* Users can subscribe to `LogEvent` notification to be notified of whenever a payload consisting of a batch of user events is handed off to the event dispatcher to send to Optimizely's backend.
* Introduced blocking timeout in `PollingConfigManager`. By default, calls to `get_config` will block for maximum of 10 seconds until config is available.

### Bug Fixes:
* Fixed incorrect log message when numeric metric is not used. ([#217](https://github.com/optimizely/python-sdk/pull/217))

## 3.2.0
August 27th, 2019

Expand Down

0 comments on commit d052a6a

Please sign in to comment.