Skip to content

Commit

Permalink
Update release notes wrt #3053
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Feb 10, 2023
1 parent 0f0d04c commit d8922be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -1543,6 +1543,12 @@ Joo Hyuk Kim (JooHyukKim@github)
* Contributed #2536: Add `EnumFeature.READ_ENUM_KEYS_USING_INDEX` to work with
existing "WRITE_ENUM_KEYS_USING_INDEX"
(2.15.0)
* Contributed #3053: Allow serializing enums to lowercase (`EnumFeature.WRITE_ENUMS_TO_LOWERCASE`)
(2.15.0)
Vojtěch Knyttl (knyttl@github)
* Requested #3053: Allow serializing enums to lowercase (`EnumFeature.WRITE_ENUMS_TO_LOWERCASE`)
(2.15.0)
Hervé Boutemy (hboutemy@github)
* Contributed fix for #3680: Timestamp in classes inside jar showing 02/01/1980
Expand Down
3 changes: 3 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Project: jackson-databind
(fix contributed by Sim Y-T)
#2992: Properties naming strategy do not work with Record
(fix contributed by Sim Y-T)
#3053: Allow serializing enums to lowercase (`EnumFeature.WRITE_ENUMS_TO_LOWERCASE`)
(requested by Vojtěch K)
(contributed by Joo-Hyuk K)
#3180: Support `@JsonCreator` annotation on record classes
(fix contributed by Sim Y-T)
#3297: `@JsonDeserialize(converter = ...)` does not work with Records
Expand Down

0 comments on commit d8922be

Please sign in to comment.