Skip to content

Commit

Permalink
Update release notes wrt #907
Browse files Browse the repository at this point in the history
  • Loading branch information
k163377 committed Feb 2, 2025
1 parent f391a83 commit 98b8719
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Contributors:
# 2.18.3 (not yet released)

WrongWrong (@k163377)
* #907: Additional fixes related to #904.
* #904: Fixed an error when serializing a `value class` that wraps a `Map`
* #900: Fixed an issue where some tests were not running

Expand Down
4 changes: 3 additions & 1 deletion release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ Co-maintainers:

2.18.3 (not yet released)

#904: An error that occurred when serializing a `value class` that wraps a `Map`(#873) has been fixed.
#904: Fixed a problem where context was not being propagated properly when serializing an unboxed value of `value class`
or a value retrieved with `JsonValue`.
This fixes a problem where an error would occur when serializing a `value class` that wraps a `Map`(#873).

2.18.2 (27-Nov-2024)
2.18.1 (28-Oct-2024)
Expand Down

0 comments on commit 98b8719

Please sign in to comment.