You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,9 @@ All notable changes to the LaunchDarkly Python SDK will be documented in this fi
8
8
- New `all_flags` method returns all flag values for a specified user.
9
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
10
11
-
### Changed
11
+
### Deprecated
12
+
- The `toggle` call has been deprecated in favor of `variation`.
13
+
14
+
### Removed
12
15
- Twisted support has temporarily been removed.
13
16
14
-
### Deprecated
15
-
- The `toggle` call has been deprecated in favor of `variation`.
0 commit comments