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

Commit

Permalink
Merge branch 'master' of github.com:launchdarkly/java-server-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-darkly committed Sep 30, 2019
2 parents 8f4b7e0 + ab92fc1 commit 64b9696
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@

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

## [4.8.0] - 2019-09-27
## [4.8.0] - 2019-09-30
### Added:
- Added support for upcoming LaunchDarkly experimentation features. See `LDClient.track(String, LDUser, JsonElement, double)`.

### Changed:
- Updated documentation comment for `intVariation` to clarify the existing rounding behavior for floating-point values: they are rounded toward zero.


## [4.7.1] - 2019-08-19
### Fixed:
- Fixed a race condition that could cause a `NumberFormatException` to be logged when delivering event data to LaunchDarkly (although the exception did not prevent the events from being delivered).
Expand Down

0 comments on commit 64b9696

Please sign in to comment.