From 98b8719622af4a9d684dd9e3e6fa75822ef8f2b0 Mon Sep 17 00:00:00 2001 From: wrongwrong Date: Sun, 2 Feb 2025 14:16:58 +0900 Subject: [PATCH] Update release notes wrt #907 --- release-notes/CREDITS-2.x | 1 + release-notes/VERSION-2.x | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/release-notes/CREDITS-2.x b/release-notes/CREDITS-2.x index 2da904ac..a37d7f61 100644 --- a/release-notes/CREDITS-2.x +++ b/release-notes/CREDITS-2.x @@ -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 diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 4f3a68d9..28325127 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -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)