Skip to content

Commit d8922be

Browse files
committed
Update release notes wrt #3053
1 parent 0f0d04c commit d8922be

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

release-notes/CREDITS-2.x

+6
Original file line numberDiff line numberDiff line change
@@ -1543,6 +1543,12 @@ Joo Hyuk Kim (JooHyukKim@github)
15431543
* Contributed #2536: Add `EnumFeature.READ_ENUM_KEYS_USING_INDEX` to work with
15441544
existing "WRITE_ENUM_KEYS_USING_INDEX"
15451545
(2.15.0)
1546+
* Contributed #3053: Allow serializing enums to lowercase (`EnumFeature.WRITE_ENUMS_TO_LOWERCASE`)
1547+
(2.15.0)
1548+
1549+
Vojtěch Knyttl (knyttl@github)
1550+
* Requested #3053: Allow serializing enums to lowercase (`EnumFeature.WRITE_ENUMS_TO_LOWERCASE`)
1551+
(2.15.0)
15461552
15471553
Hervé Boutemy (hboutemy@github)
15481554
* Contributed fix for #3680: Timestamp in classes inside jar showing 02/01/1980

release-notes/VERSION-2.x

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Project: jackson-databind
1313
(fix contributed by Sim Y-T)
1414
#2992: Properties naming strategy do not work with Record
1515
(fix contributed by Sim Y-T)
16+
#3053: Allow serializing enums to lowercase (`EnumFeature.WRITE_ENUMS_TO_LOWERCASE`)
17+
(requested by Vojtěch K)
18+
(contributed by Joo-Hyuk K)
1619
#3180: Support `@JsonCreator` annotation on record classes
1720
(fix contributed by Sim Y-T)
1821
#3297: `@JsonDeserialize(converter = ...)` does not work with Records

0 commit comments

Comments
 (0)