Skip to content

Commit 49891d8

Browse files
committed
Use headings for credits
1 parent a528c41 commit 49891d8

File tree

1 file changed

+18
-29
lines changed

1 file changed

+18
-29
lines changed

release-notes/CREDITS-2.x

Lines changed: 18 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -13,128 +13,117 @@ Authors:
1313

1414
Contributors:
1515

16+
# 2.13.NEXT
17+
1618
Stefan Schmid (schmist@github)
1719
* #519: Contributed test for #518 (null should deserialize to _the_ Unit instance)
1820

1921
wrongwrong (k163377@github)
2022
* #456: Refactor KNAI.findImplicitPropertyName()
2123
* #449: Refactor AnnotatedMethod.hasRequiredMarker()
22-
(2.13.NEXT)
2324

2425
Dmitri Domanine (novtor@github)
2526
* Contributed fix for #490: Missing value of type JsonNode? is deserialized as NullNode instead of null
26-
(2.13.NEXT)
27+
28+
# 2.13.0
2729

2830
Fedor Bobin (Fuud@github)
2931
* #496, #45: Fix treeToValue extension function should not have type erasure
30-
(2.13)
3132

3233
Mikhael Sokolov (sokomishalov@github)
3334
* #489: JsonNode, ArrayNode and ObjectNode extension functions
34-
(2.13)
3535

3636
Max Wiechmann (MaxMello@github)
3737
* #494: ProGuard ProTips in the README
38-
(2.13)
3938

4039
Róbert Papp (TWiStErRob@github)
4140
* #477: KotlinFeature documentation & deprecation replacements
42-
(2.13)
4341

4442
wrongwrong (k163377@github)
4543
* #468: Improved support for value classes
46-
(2.13)
4744

4845
wrongwrong (k163377@github)
4946
* #460: Test for GitHub #451 (`-` in property name handling)
50-
(2.13)
5147

5248
wrongwrong (k163377@github)
5349
* #447: Fix edge case when dealing with sealed classes
54-
(2.13)
5550

5651
wrongwrong (k163377@github)
5752
* Contributed #438: Fixed mapping failure when `private` `companion object` is named
58-
(2.13)
53+
54+
# 2.12.5
5955

6056
Marshall Pierce (marshallpierce@github)
6157
* #474: Reported disrespect for @JsonProperty on parent class
62-
(2.12.5)
6358

6459
Christopher Mason (masoncj@github)
6560
* #194: Contributed test case for @JsonIdentityInfo usage
66-
(2.12.5)
6761

6862
Martin Häusler (MartinHaeusler@github)
6963
* Reported #194: @JsonIdentityInfo bug
70-
(2.12.5)
64+
65+
# 2.12.2
7166

7267
Eric Fenderbosch (efenderbosch@github)
7368
* Fixed #182: Serialize unsigned numbers
74-
(2.12.2)
7569

7670
Elisha Peterson (triathematician@github)
7771
* Reported #409: `module-info.java` missing "exports"
78-
(2.12.2)
72+
73+
# 2.12.1
7974

8075
Wolfgang Jung (elektro-wolle@github)
8176
* Fixed inline class serialization
82-
(2.12.1)
77+
78+
# 2.12.0
8379

8480
John Flynn (Neuman968@github)
8581
* Contributed extension methods for SimpleModule to add serializer and deserializer
8682
extension functions for KClass #322
87-
(2.12.0)
8883

8984
Mateusz Stefek (MateuszStefek@github)
9085
* Reported #321: Make MissingKotlinParameterException a descendant of MismatchedInputException
91-
(2.12.0)
9286

9387
Hideaki Tanabe (tanabe@github)
9488
* Brought README.md into the modern world of Gradle (compile -> implementation)
95-
(2.12.0)
9689

9790
Hidde Wieringa (hiddewie@github)
9891
* Contributed test case for issue 308
9992
* Contributed Kotlin DSL constructor
100-
(2.12.0)
10193

10294
David Riggleman (DavidRigglemanININ@github)
10395
* Wrote strict null checking for collection values
104-
(2.12.0)
96+
97+
# 2.11.0
10598

10699
Drew Stephens (dinomite@github)
107100
* Contributed fix for #281: KotlinObjectSingletonDeserializer fails to deserialize
108101
previously serialized JSON as it doesn't delegate deserializeWithType
109-
(2.11.0)
102+
103+
# 2.10.2
110104

111105
Patrick Strawderman (kilink@github)
112106
* Reported #279: 2.10 introduces another binary compatibility issue in `KotlinModule`
113107
constructor
114-
(2.10.2)
115108

116109
Vladimir Petrakovich (frost13it@github)
117110
* Contributed fix for #279: 2.10 introduces another binary compatibility issue in
118111
`KotlinModule` constructor
119-
(2.10.2)
112+
113+
# 2.10.1
120114

121115
Stéphane B (StephaneBg@github)
122116
* Submitted fix for #176: Version 2.9.7 breaks compatibility with Android minSdk < 24
123-
(2.10.1)
124117

125118
Alain Lehmann (ciderale@github)
126119
* Contributed fix for #225: Don't instantiate new instances of Kotlin singleton objects
127-
(2.10.1)
128120

129121
Andrey Lipatov (LipatovAndrey@github)
130122
* Contributed fix for #80: Boolean property name starting with 'is' not serialized /
131123
deserialized properly
132-
(2.10.1)
133124

134125
Konstantin Volivach (kostya05983@github)
135126
* Contributed fix for #254: Add serializers for Sequences
136-
(2.10.1)
137127

138128
Laimonas Turauskas (Laimiux@github)
139129
* Contributed fix for #180: handle nullable method parameters correctly (for creator methods)
140-
(2.10.1)

0 commit comments

Comments
 (0)