File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ WrongWrong (@k163377)
32
32
* #647 : Added deprecation to MissingKotlinParameterException.
33
33
* #652 : Deletion of unused methods.
34
34
* #654 : Change MKPE.parameter property to transient.
35
+ * #659 : Improve serialization support for value class.
35
36
36
37
# 2 .14.0
37
38
Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ Co-maintainers:
18
18
19
19
2.15 .0 (not yet released )
20
20
21
+ #659 : Improve serialization support for value class .
22
+ Fixes #618 and partially fixes #625 .
23
+ Also fixed is serialization when a getter - like function returns a value class , and behavior when a getter is annotated with a `JsonSerialize ` annotation .
24
+ (contributed by wrongwrong )
25
+
21
26
2.15 .0 - rc2 (28 - Mar - 2023 )
22
27
23
28
#396 : (regression) no default no-arguments constructor found
@@ -42,8 +47,9 @@ Co-maintainers:
42
47
#647 : Added deprecation to MissingKotlinParameterException(related to #617)
43
48
(contributed by wrongwrong )
44
49
#652 : Deletion of unused methods(fixes #508)
50
+ (contributed by wrongwrong )
45
51
#654 : Change MKPE.parameter property to transient(fixes #572)
46
-
52
+ ( contributed by wrongwrong )
47
53
48
54
It is also confirmed that the issue submitted below is no longer reproduced ,
49
55
although it is unclear when it was explicitly fixed .
You can’t perform that action at this time.
0 commit comments