Skip to content

Commit 50db86c

Browse files
Update Changelog for release of version 5.0.0
1 parent c1bc4ad commit 50db86c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to the LaunchDarkly Python SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [5.0.0] - 2018-02-21
6+
7+
### Added
8+
- Support for a new LaunchDarkly feature: reusable user segments.
9+
10+
### Changed
11+
- The `FeatureStore` interface has been changed to support user segment data as well as feature flags. Existing code that uses `InMemoryFeatureStore` or `RedisFeatureStore` should work as before, but custom feature store implementations will need to be updated.
12+
13+
### Removed
14+
- Twisted is no longer supported.
15+
16+
517
## [4.3.0] - 2018-02-07
618

719
### Changed

0 commit comments

Comments
 (0)