File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,12 @@ Authors:
15
15
16
16
Contributors :
17
17
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)
19
24
20
25
WrongWrong (@k163377 )
21
26
* #1025 : Deprecate MissingKotlinParameterException and replace with new exception
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ Co-maintainers:
16
16
= == Releases == =
17
17
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
18
18
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
+
19
23
2.20 .0 (28 - Aug - 2025 )
20
24
21
25
#1025 : When a null is entered for a non-null parameter, the KotlinInvalidNullException is now thrown instead of the
You can’t perform that action at this time.
0 commit comments