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

Commit 1ad5332

Browse files
authored
fix release date
1 parent f14b268 commit 1ad5332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## [5.7.1] - 2019-09-12
5+
## [5.7.1] - 2019-09-13
66
_(The changes below were originally released in 5.7.0, but that release was broken; 5.7.1 is its replacement.)_
77

88
This release includes new types and deprecations that correspond to upcoming changes in version 6.0.0. Developers are encouraged to start adopting these changes in their code now so that migrating to 6.0.0 in the future will be easier. Most of these changes are related to the use of mutable types, which are undesirable in a concurrent environment. `User` and `Configuration` are currently mutable types; they will be made immutable in the future, so there are now builders for them. Arbitrary JSON values are currently represented with the `Newtonsoft.Json` type `JToken`, which is mutable (if it contains an array or a JSON object); the new type `LdValue` is safer, and will eventually completely replace `JToken` in the public API.

0 commit comments

Comments
 (0)