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

Commit 2ef9fc5

Browse files
Update Changelog for release of version 3.0.1
1 parent 47bd016 commit 2ef9fc5

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.1] - 2018-02-22
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
## [3.0.0] - 2018-02-21
716

817
_This release was broken and should not be used._

0 commit comments

Comments
 (0)