Skip to content

Commit

Permalink
Update release notes wrt #117
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jun 5, 2023
1 parent 82d7698 commit 1485efa
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 16 deletions.
35 changes: 19 additions & 16 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -88,24 +88,27 @@ Andrey Borisov (turbospaces@github)
(2.15.0)

Marcin Wisnicki (mwisnick@github)
* Reported #92: (guava) `@JsonDeserialize.contentConverter` does not work for non-builtin
collections
(2.15.0)
* Reported #92: (guava) `@JsonDeserialize.contentConverter` does not work for non-builtin
collections
(2.15.0)

Joo Hyuk Kim (JooHyukKim@github)
* Contributed #7: (guava) Add support for `WRITE_SORTED_MAP_ENTRIES` for
Guava `Multimap`s
(2.15.0)
* Contributed fix for #92: (guava) `@JsonDeserialize.contentConverter` does not work
for non-builtin collections
(2.15.0)
* Contributed fix for #102: (guava) accept lowerCase enums for `Range`
`BoundType` serialization
(2.15.0)
* Contributed fix for #90: Cache Serialization serializes empty contents
(2.16.0)
* Contributed #116: Suppport simple deserialization of `Cache`
(2.16.0)
* Contributed #7: (guava) Add support for `WRITE_SORTED_MAP_ENTRIES` for
Guava `Multimap`s
(2.15.0)
* Contributed fix for #92: (guava) `@JsonDeserialize.contentConverter` does not work
for non-builtin collections
(2.15.0)
* Contributed fix for #102: (guava) accept lowerCase enums for `Range`
`BoundType` serialization
(2.15.0)
* Contributed fix for #90: (guava) Cache Serialization serializes empty contents
(2.16.0)
* Contributed #116: (guava) Suppport simple deserialization of `Cache`
(2.16.0)
* Contributed fix for #117: (guava) `ImmutableRangeSet` fails to deserialize
without explicit deserializer
(2.16.0)

Wolff Bock von Wülfingen (wlfbck@github)
* Reported #90: Cache Serialization serializes empty contents
Expand Down
2 changes: 2 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Active Maintainers:
#113: (guava) Update default Guava dependency for Jackson 2.16 from Guava 23.x to 25.x
#116: (guava) Suppport simple deserialization of `Cache`
(contributed by Joo-Hyuk K)
#117: (guava) `ImmutableRangeSet` fails to deserialize without explicit deserializer
(contributed by Joo-Hyuk K)

2.15.2 (30-May-2023)
2.15.1 (16-May-2023)
Expand Down

0 comments on commit 1485efa

Please sign in to comment.