diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eaad324..892d8ad3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Optimizely Python SDK Changelog -## 3.11.0 -January 10th, 2022 +## 4.0.0 +January 12th, 2022 ### New Features * Add a set of new APIs for overriding and managing user-level flag, experiment and delivery rule decisions. These methods can be used for QA and automated testing purposes. They are an extension of the OptimizelyUserContext interface ([#361](https://github.com/optimizely/python-sdk/pull/361), [#365](https://github.com/optimizely/python-sdk/pull/365), [#369](https://github.com/optimizely/python-sdk/pull/369)): @@ -12,6 +12,12 @@ January 10th, 2022 * For details, refer to our documentation pages: [OptimizelyUserContext](https://docs.developers.optimizely.com/full-stack/v4.0/docs/optimizelyusercontext-python) and [Forced Decision methods](https://docs.developers.optimizely.com/full-stack/v4.0/docs/forced-decision-methods-python). +### Breaking Changes: + +* Support for `Python v3.4` has been dropped as of this release due to a security vulnerability with `PyYAML