Skip to content

Commit 2342467

Browse files
committed
Update release notes wrt #646, #647
1 parent 37cfc5d commit 2342467

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

release-notes/CREDITS-2.x

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ 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+
* #646: In 2.15, fixed to not be able to use Kotlin 1.4 or lower.
31+
* #647: Added deprecation to MissingKotlinParameterException.
3032

3133
# 2.14.0
3234

release-notes/VERSION-2.x

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ Co-maintainers:
3232
(contributed by wrongwrong)
3333
#634: Fix ReflectionCache to be serializable(fixes #295)
3434
(contributed by wrongwrong)
35+
#646: Drop Kotlin 1.4 support from Kotlin module 2.15.
36+
If Kotlin 1.4 or lower is detected, a JsonMappingException will be thrown when initializing a KotlinModule.
37+
(contributed by wrongwrong, cowtowncoder, pjfanning)
38+
#647: Added deprecation to MissingKotlinParameterException(related to #617)
39+
(contributed by wrongwrong)
3540

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

0 commit comments

Comments
 (0)