Skip to content

Commit 9a3a8a2

Browse files
committed
Update release notes wrt #1057
1 parent 01a1e81 commit 9a3a8a2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

release-notes/CREDITS-2.x

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ Authors:
1515

1616
Contributors:
1717

18-
# 2.20.0 (not yet released)
18+
# 2.20.1 (not yet released)
19+
20+
WrongWrong (@k163377)
21+
* #1057: Fixed a regression related to deserializing value classes with private constructor
22+
23+
# 2.20.0 (28-Aug-2025)
1924

2025
WrongWrong (@k163377)
2126
* #1025: Deprecate MissingKotlinParameterException and replace with new exception

release-notes/VERSION-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Co-maintainers:
1616
=== Releases ===
1717
------------------------------------------------------------------------
1818

19+
2.20.1 (not yet released)
20+
21+
#1057: The issue where deserialization of value classes using private constructor failed starting from version 2.20.0 has been fixed.
22+
1923
2.20.0 (28-Aug-2025)
2024

2125
#1025: When a null is entered for a non-null parameter, the KotlinInvalidNullException is now thrown instead of the

0 commit comments

Comments
 (0)