@@ -25,6 +25,10 @@ wrongwrong (k163377@github)
25
25
* #447 : Fix edge case when dealing with sealed classes
26
26
(2.13 )
27
27
28
+ wrongwrong (k163377 @github )
29
+ * Contributed #438 : Fixed mapping failure when `private` `companion object` is named
30
+ (2.13 )
31
+
28
32
Christopher Mason (masoncj @github )
29
33
* #194 : Contributed test case for @JsonIdentityInfo usage
30
34
(2.12 .NEXT )
@@ -67,6 +71,21 @@ David Riggleman (DavidRigglemanININ@github)
67
71
* Wrote strict null checking for collection values
68
72
(2.12 .0 )
69
73
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
+
70
89
Stéphane B (StephaneBg @github )
71
90
* Submitted fix for #176 : Version 2.9.7 breaks compatibility with Android minSdk < 24
72
91
(2.10 .1 )
@@ -87,22 +106,3 @@ Konstantin Volivach (kostya05983@github)
87
106
Laimonas Turauskas (Laimiux @github )
88
107
* Contributed fix for #180 : handle nullable method parameters correctly (for creator methods)
89
108
(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