Skip to content

Commit dd2c764

Browse files
authored
Merge pull request #472 from k163377/changes
Fix credits
2 parents 132060e + 73584db commit dd2c764

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

release-notes/CREDITS-2.x

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ wrongwrong (k163377@github)
2525
* #447: Fix edge case when dealing with sealed classes
2626
(2.13)
2727

28+
wrongwrong (k163377@github)
29+
* Contributed #438: Fixed mapping failure when `private` `companion object` is named
30+
(2.13)
31+
2832
Christopher Mason (masoncj@github)
2933
* #194: Contributed test case for @JsonIdentityInfo usage
3034
(2.12.NEXT)
@@ -67,6 +71,21 @@ David Riggleman (DavidRigglemanININ@github)
6771
* Wrote strict null checking for collection values
6872
(2.12.0)
6973

74+
Drew Stephens (dinomite@github)
75+
* Contributed fix for #281: KotlinObjectSingletonDeserializer fails to deserialize
76+
previously serialized JSON as it doesn't delegate deserializeWithType
77+
(2.11.0)
78+
79+
Patrick Strawderman (kilink@github)
80+
* Reported #279: 2.10 introduces another binary compatibility issue in `KotlinModule`
81+
constructor
82+
(2.10.2)
83+
84+
Vladimir Petrakovich (frost13it@github)
85+
* Contributed fix for #279: 2.10 introduces another binary compatibility issue in
86+
`KotlinModule` constructor
87+
(2.10.2)
88+
7089
Stéphane B (StephaneBg@github)
7190
* Submitted fix for #176: Version 2.9.7 breaks compatibility with Android minSdk < 24
7291
(2.10.1)
@@ -87,22 +106,3 @@ Konstantin Volivach (kostya05983@github)
87106
Laimonas Turauskas (Laimiux@github)
88107
* Contributed fix for #180: handle nullable method parameters correctly (for creator methods)
89108
(2.10.1)
90-
91-
Patrick Strawderman (kilink@github)
92-
* Reported #279: 2.10 introduces another binary compatibility issue in `KotlinModule`
93-
constructor
94-
(2.10.2)
95-
96-
Vladimir Petrakovich (frost13it@github)
97-
* Contributed fix for #279: 2.10 introduces another binary compatibility issue in
98-
`KotlinModule` constructor
99-
(2.10.2)
100-
101-
Drew Stephens (dinomite@github)
102-
* Contributed fix for #281: KotlinObjectSingletonDeserializer fails to deserialize
103-
previously serialized JSON as it doesn't delegate deserializeWithType
104-
(2.11.0)
105-
106-
Kiori Miyata aka "wrongwrong" (k163377@github)
107-
* Contributed #438: Fixed mapping failure when `private` `companion object` is named
108-
(2.13.0)

0 commit comments

Comments
 (0)