Skip to content

Commit 80952bd

Browse files
Update Changelog for release of version 5.0.3
1 parent 122d80b commit 80952bd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.3] - 2018-04-10
6+
### Fixed
7+
- Fixed a bug that, in Python 3.x, caused an error when using an integer user attribute to compute a rollout.
8+
- Fixed a bug that, in Python 3.x, made the `all_flags` method return a dictionary with byte-string keys instead of string keys when using the Redis feature store.
9+
10+
511
## [5.0.2] - 2018-03-27
612
### Fixed
713
- In the Redis feature store, fixed a synchronization problem that could cause a feature flag update to be missed if several of them happened in rapid succession.

0 commit comments

Comments
 (0)