Skip to content

Commit caa1ae1

Browse files
authored
fixed changelog note
1 parent 86e2bc6 commit caa1ae1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
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

55
## [6.9.2] - 2019-05-01
6-
## Changed
6+
### Changed:
77
- Changed the artifact name from `ldclient-py` to `launchdarkly-server-sdk`
88
- Changed repository references to use the new URL
99

1010
There are no other changes in this release. Substituting `ldclient-py` version 6.9.1 with `launchdarkly-server-sdk` version 6.9.2 will not affect functionality.
1111

12-
# Note on future releases
13-
14-
The LaunchDarkly SDK repositories are being renamed for consistency. This repository is now `python-server-sdk` rather than `python-client`.
15-
16-
The package name will also change. In the 6.9.1 release, it is still `ldclient-py`; in all future releases, it will be `launchdarkly-server-sdk`. No further updates to the `ldclient-py` package will be published after this release.
17-
1812
## [6.9.1] - 2019-04-26
1913
### Fixed:
2014
- The `set_sdk_key` function was comparing the existing SDK key (if any) to the new one by identity (`is`) rather than equality (`==`). In Python, two strings that have the same characters may or may not be the same string instance; in the case where they were not, `set_sdk_key` would inappropriately reinitialize the client even though the SDK key had not really changed. (Thanks, [jpgimenez](https://github.com/launchdarkly/python-server-sdk/pull/121)!)
2115
- Running the SDK unit tests is now simpler in that the database integrations can be skipped. See `CONTRIBUTING.md`.
2216

17+
### Note on future releases:
18+
19+
The LaunchDarkly SDK repositories are being renamed for consistency. This repository is now `python-server-sdk` rather than `python-client`.
20+
21+
The package name will also change. In the 6.9.1 release, it is still `ldclient-py`; in all future releases, it will be `launchdarkly-server-sdk`. No further updates to the `ldclient-py` package will be published after this release.
22+
2323
## [6.9.0] - 2019-04-09
2424
### Added:
2525
- It is now possible to use the `with` statement on an LDClient object, so that `close()` will be called automatically when it goes out of scope.

0 commit comments

Comments
 (0)