Skip to content

Commit 0047177

Browse files
author
apatrida
committed
merging PR #261 for serdes Kotlin Sequences, update credits/version
1 parent 46a452e commit 0047177

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

release-notes/CREDITS-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ Andrey Lipatov (LipatovAndrey@github)
1818
* Contributed fix for #80: Boolean property name starting with 'is' not serialized /
1919
deserialized properly
2020
(2.10.1)
21+
22+
Konstantin Volivach (kostya05983@github)
23+
* Contributed fix for #254: Add serializers for Sequences
24+
(2.10.1)

release-notes/VERSION-2.x

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Project: jackson-module-kotlin
1616
#225: Don't instantiate new instances of Kotlin singleton objects
1717
(reported by Dico200@github; fix by Alain L)
1818
- Make byte code target 1.8 (can't do many things with 1.7 anyway)
19+
#254: Serializer/Deserializers for Sequences
20+
(reported by SprocketNYC@github; fix by Konstantin V)
1921

2022
2.10.0 (26-Sep-2019)
2123

0 commit comments

Comments
 (0)