Skip to content

Commit 6748825

Browse files
committed
Fix #529 (missing release notes)
1 parent 0e244e4 commit 6748825

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

release-notes/CREDITS-2.x

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Kotlin module, version 2.x
44

55
Authors:
66

7-
Jayson Minard/@apatrida, jayson.minard@gmail.com: author
7+
Jayson Minard/@apatrida, jayson.minard@gmail.com: original author
88

99
Tatu Saloranta/@cowtowncoder (tatu.saloranta@iki.fi) : co-author
1010

@@ -15,6 +15,8 @@ Contributors:
1515

1616
# 2.13.NEXT
1717

18+
# 2.13.1
19+
1820
Stefan Schmid (schmist@github)
1921
* #519: Contributed test for #518 (null should deserialize to _the_ Unit instance)
2022

release-notes/VERSION-2.x

+16-1
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,27 @@ No changes since 2.13
2020

2121
2.13.1 (19-Dec-2021)
2222

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
2432

2533
2.13.0 (30-Sep-2021)
2634

2735
#438: Fixed mapping failure when `private` `companion object` is named
2836
(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
2944

3045
2.12.6 (15-Dec-2021)
3146
2.12.5 (27-Aug-2021)

0 commit comments

Comments
 (0)