Skip to content

Commit 79ebdcf

Browse files
authored
Merge pull request #54 from launchdarkly/dr/changelog
Add changelog
2 parents 5e3e483 + 1986b44 commit 79ebdcf

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Change log
2+
3+
All notable changes to the LaunchDarkly Python SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4+
5+
## [2.0.0] - 2016-08-10
6+
### Added
7+
- Support for multivariate feature flags. `variation` replaces `toggle` and can return a string, number, dict, or boolean value depending on how the flag is defined.
8+
- New `all_flags` method returns all flag values for a specified user.
9+
- New `secure_mode_hash` function computes a hash suitable for the new LaunchDarkly [JavaScript client's secure mode feature](https://github.com/launchdarkly/js-client#secure-mode).
10+
11+
### Deprecated
12+
- The `toggle` call has been deprecated in favor of `variation`.
13+
14+
### Removed
15+
- Twisted support has temporarily been removed.
16+

0 commit comments

Comments
 (0)