File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -25,4 +25,14 @@ Konstantin Volivach (kostya05983@github)
25
25
26
26
Laimonas Turauskas (Laimiux@github)
27
27
* 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 )
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ Project: jackson-module-kotlin
9
9
#270 : 2.10.1 seems to output JSON field where name of function matches
10
10
name of private field
11
11
(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)
12
15
13
16
2.10.1 (10 -Nov-2019 )
14
17
You can’t perform that action at this time.
0 commit comments