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

Commit f185a2a

Browse files
Update Changelog for release of version 4.1.0
1 parent ca5a47c commit f185a2a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## [4.1.0] - 2018-05-15
7+
8+
### Added:
9+
- The new user builder methods `customValues` and `privateCustomValues` allow you to add a custom user attribute with multiple JSON values of mixed types. ([#126](https://github.com/launchdarkly/java-client/issues/126))
10+
- The new constant `VersionedDataKind.ALL` is a list of all existing `VersionedDataKind` instances. This is mainly useful if you are writing a custom `FeatureStore` implementation.
11+
612
## [4.0.0] - 2018-05-10
713

814
### Changed:

0 commit comments

Comments
 (0)