Skip to content

Commit

Permalink
Merge branch '2.17'
Browse files Browse the repository at this point in the history
The base class no longer inherits Serializable, so changes to the class are not reflected.
  • Loading branch information
k163377 committed Dec 3, 2023
2 parents 3f87cb7 + 2d3714c commit 7417f3b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ WrongWrong (@k163377)
* #732: SequenceSerializer removed.
* #727: Fixed overriding findCreatorAnnotation instead of hasCreatorAnnotation

# 2.16.1 (not yet released)

WrongWrong (@k163377)
* #733: Fix problem with Serializable objects not implementing readResolve

# 2.16.0

kkurczewski
Expand Down
4 changes: 4 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ Co-maintainers:
#732: SequenceSerializer removed.
#727: Fixed overriding findCreatorAnnotation instead of hasCreatorAnnotation.

2.16.1 (not yet released)

#733: Fix problem with Serializable objects not implementing readResolve.

2.16.0 (15-Nov-2023)

#707: If JsonSetter(nulls = Nulls.SKIP) is specified, the default argument is now used when null.
Expand Down

0 comments on commit 7417f3b

Please sign in to comment.