Commit 6748825 1 parent 0e244e4 commit 6748825 Copy full SHA for 6748825
File tree 2 files changed +19
-2
lines changed
2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Kotlin module, version 2.x
4
4
5
5
Authors :
6
6
7
- Jayson Minard /@apatrida , jayson .minard @gmail .com : author
7
+ Jayson Minard /@apatrida , jayson .minard @gmail .com : original author
8
8
9
9
Tatu Saloranta /@cowtowncoder (tatu .saloranta @iki .fi ) : co - author
10
10
@@ -15,6 +15,8 @@ Contributors:
15
15
16
16
# 2 .13 .NEXT
17
17
18
+ # 2 .13 .1
19
+
18
20
Stefan Schmid (schmist @github )
19
21
* #519 : Contributed test for #518 (null should deserialize to _the_ Unit instance)
20
22
Original file line number Diff line number Diff line change @@ -20,12 +20,27 @@ No changes since 2.13
20
20
21
21
2.13 .1 (19 - Dec - 2021 )
22
22
23
- No documented changes since 2.13 .0
23
+ * #456 : Refactor KNAI .findImplicitPropertyName ()
24
+ (contributed by wrongwrong )
25
+ * #449 : Refactor AnnotatedMethod .hasRequiredMarker ()
26
+ (contributed by wrongwrong )
27
+ * #521 : Fixed lookup of instantiators
28
+ (contributed by wrongwrong )
29
+
30
+ Dmitri Domanine (novtor @github )
31
+ * Contributed fix for #490 : Missing value of type JsonNode? is deserialized as NullNode instead of null
24
32
25
33
2.13 .0 (30 - Sep - 2021 )
26
34
27
35
#438 : Fixed mapping failure when `private` `companion object` is named
28
36
(reported , fix contributed by k163377 @github )
37
+ #447 : Fix edge case when dealing with sealed classes
38
+ #468 : Improved support for value classes
39
+ #477 : Improved documentation for KotlinFeature
40
+ #489 : Extension functions for JsonNode, ArrayNode and ObjectNode
41
+ #490 : Fix deserialization of missing value (was `NullNode`, now literal `null`)
42
+ #494 : Improved documentation for ProGuard users
43
+ #496 : Fix type erasure in treeToValue() extension function
29
44
30
45
2.12 .6 (15 - Dec - 2021 )
31
46
2.12 .5 (27 - Aug - 2021 )
You can’t perform that action at this time.
0 commit comments