Skip to content

Commit bdc54fc

Browse files
committed
Update release notes wrt #279
1 parent cc43e14 commit bdc54fc

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

release-notes/CREDITS-2.x

+11-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,14 @@ Konstantin Volivach (kostya05983@github)
2525

2626
Laimonas Turauskas (Laimiux@github)
2727
* Contributed fix for #180: handle nullable method parameters correctly (for creator methods)
28-
(2.10.1)
28+
(2.10.1)
29+
30+
Patrick Strawderman (kilink@github)
31+
* Reported #279: 2.10 introduces another binary compatibility issue in `KotlinModule`
32+
constructor
33+
(2.10.2)
34+
35+
Vladimir Petrakovich (frost13it@github)
36+
* Contributed fix for #279: 2.10 introduces another binary compatibility issue in
37+
`KotlinModule` constructor
38+
(2.10.2)

release-notes/VERSION-2.x

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ Project: jackson-module-kotlin
99
#270: 2.10.1 seems to output JSON field where name of function matches
1010
name of private field
1111
(reported by daviddenton@github)
12+
#279: 2.10 introduces another binary compatibility issue in `KotlinModule`
13+
constructor
14+
(reported by Patrick S, fix contributed by Vladimir P)
1215

1316
2.10.1 (10-Nov-2019)
1417

0 commit comments

Comments
 (0)