Skip to content

Commit f9e7ab1

Browse files
Update Changelog for release of version 3.5.3
1 parent 52bda3e commit f9e7ab1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

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

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

5+
## [3.5.3] - 2019-04-26
6+
### Fixed:
7+
- Segment rollout calculations did not work correctly if the rollout was based on a user attribute other than `key`; all users would end up in the same bucket. (Thanks, [m6w6](https://github.com/launchdarkly/php-server-sdk/pull/121)!)
8+
- Running the SDK unit tests is now simpler, as the database integrations can be skipped. See `CONTRIBUTING.md`.
9+
10+
# Note on future releases
11+
12+
The LaunchDarkly SDK repositories are being renamed for consistency. This repository is now `php-server-sdk` rather than `php-client`.
13+
14+
The package name will also change. In the 3.5.3 release, it is still `launchdarkly/launchdarkly-php`; in all future releases, it will be `launchdarkly/server-sdk`. No further updates to the `launchdarkly/launchdarkly-php` package will be published after this release.
15+
516
## [3.5.2] - 2019-04-11
617
### Fixed:
718
- In the 3.5.1 release, the `VERSION` constant was incorrectly still reporting the version as "3.5.0". The constant is now correct. There are no other changes in this release.

0 commit comments

Comments
 (0)