Skip to content

Commit b348695

Browse files
authored
Merge pull request #649 from k163377/update-release-notes
Update release notes
2 parents a3376b2 + 235446b commit b348695

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

release-notes/CREDITS-2.x

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ WrongWrong (@k163377)
2727
* #631: Fix minor bugs in SimpleModule.addSerializer/addDeserializer
2828
* #634: Fix ReflectionCache to be serializable
2929
* #640: Fixed problem with test failure in windows.
30+
* #641: Fixed is-getter names to match parameters and fields.
3031
* #646: In 2.15, fixed to not be able to use Kotlin 1.4 or lower.
3132
* #647: Added deprecation to MissingKotlinParameterException.
3233

release-notes/VERSION-2.x

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Co-maintainers:
3232
(contributed by wrongwrong)
3333
#634: Fix ReflectionCache to be serializable(fixes #295)
3434
(contributed by wrongwrong)
35+
#641: Fixed is-getter names to match parameters and fields(fixes #340)
36+
(contributed by wrongwrong)
3537
#646: Drop Kotlin 1.4 support from Kotlin module 2.15.
3638
If Kotlin 1.4 or lower is detected, a JsonMappingException will be thrown when initializing a KotlinModule.
3739
(contributed by wrongwrong, cowtowncoder, pjfanning)

0 commit comments

Comments
 (0)