Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 4749567

Browse files
Update Changelog for release of version 3.0.0
1 parent 9f0ca6c commit 4749567

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33

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

6+
## [3.0.0] - 2018-02-21
7+
### Added
8+
- Support for a new LaunchDarkly feature: reusable user segments.
9+
10+
### Changed
11+
- The `FeatureStore` interface has been changed to support user segment data as well as feature flags. Existing code that uses `InMemoryFeatureStore` or `RedisFeatureStore` should work as before, but custom feature store implementations will need to be updated.
12+
- Removed deprecated methods.
13+
14+
615
## [2.6.0] - 2018-02-12
716
## Added
817
- Adds support for a future LaunchDarkly feature, coming soon: semantic version user attributes.

0 commit comments

Comments
 (0)