Skip to content

Commit 48b9c36

Browse files
authored
Merge pull request #660 from k163377/update-release-notes
Update release notes wrt #659
2 parents 849e1dd + deb6f40 commit 48b9c36

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

release-notes/CREDITS-2.x

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ WrongWrong (@k163377)
3232
* #647: Added deprecation to MissingKotlinParameterException.
3333
* #652: Deletion of unused methods.
3434
* #654: Change MKPE.parameter property to transient.
35+
* #659: Improve serialization support for value class.
3536

3637
# 2.14.0
3738

release-notes/VERSION-2.x

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ Co-maintainers:
1818

1919
2.15.0 (not yet released)
2020

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+
2126
2.15.0-rc2 (28-Mar-2023)
2227

2328
#396: (regression) no default no-arguments constructor found
@@ -42,8 +47,9 @@ Co-maintainers:
4247
#647: Added deprecation to MissingKotlinParameterException(related to #617)
4348
(contributed by wrongwrong)
4449
#652: Deletion of unused methods(fixes #508)
50+
(contributed by wrongwrong)
4551
#654: Change MKPE.parameter property to transient(fixes #572)
46-
52+
(contributed by wrongwrong)
4753

4854
It is also confirmed that the issue submitted below is no longer reproduced,
4955
although it is unclear when it was explicitly fixed.

0 commit comments

Comments
 (0)