Skip to content

Commit 814de4b

Browse files
authored
Merge pull request #673 from k163377/fix-release-note
Added note about #670
2 parents 844032c + 9c9090e commit 814de4b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

release-notes/VERSION-2.x

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ Co-maintainers:
1818

1919
2.15.0 (23-Apr-2023)
2020

21+
This version has a regression regarding the serialization result of `getter-like` functions starting with `is`.
22+
For example, a function defined as `fun isValid(): Boolean`, which was previously output with the name `valid`, is now output with the name `isValid`.
23+
24+
See #670 for details.
25+
2126
#396: (regression) no default no-arguments constructor found
2227
(fix via [jackson-dataformat-xml#547])
2328
#554: Add extension function for addMixin

0 commit comments

Comments
 (0)