Skip to content

Commit

Permalink
Update release notes wrt FasterXML#641
Browse files Browse the repository at this point in the history
  • Loading branch information
k163377 committed Mar 15, 2023
1 parent a3376b2 commit 235446b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ WrongWrong (@k163377)
* #631: Fix minor bugs in SimpleModule.addSerializer/addDeserializer
* #634: Fix ReflectionCache to be serializable
* #640: Fixed problem with test failure in windows.
* #641: Fixed is-getter names to match parameters and fields.
* #646: In 2.15, fixed to not be able to use Kotlin 1.4 or lower.
* #647: Added deprecation to MissingKotlinParameterException.

Expand Down
2 changes: 2 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Co-maintainers:
(contributed by wrongwrong)
#634: Fix ReflectionCache to be serializable(fixes #295)
(contributed by wrongwrong)
#641: Fixed is-getter names to match parameters and fields(fixes #340)
(contributed by wrongwrong)
#646: Drop Kotlin 1.4 support from Kotlin module 2.15.
If Kotlin 1.4 or lower is detected, a JsonMappingException will be thrown when initializing a KotlinModule.
(contributed by wrongwrong, cowtowncoder, pjfanning)
Expand Down

0 comments on commit 235446b

Please sign in to comment.