Skip to content

Commit cd49b7a

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 2.5.1
1 parent e48a2e1 commit cd49b7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## [2.5.1] - 2022-06-30
6+
### Changed:
7+
- If you create an `ldvalue.Value` with the `ldvalue.Raw(json.RawMessage)` constructor, and you pass a zero-length or nil value to the constructor, and then encode the `Value` to JSON with `json.Marshal` or an equivalent method, the JSON output will now be `null` (that is, the literal characters `null` representing a JSON null value). Previously it would have been a zero-length string, which is not valid as the JSON encoding of any value and could cause the SDK to output a malformed JSON document if the document contained such a value.
8+
59
## [2.5.0] - 2021-10-14
610
_This release was unintended and can be ignored. It contains no code changes, only changes to the CI build._
711

0 commit comments

Comments
 (0)