Skip to content

Commit f469669

Browse files
committed
Update release notes wrt #2667
1 parent 5343866 commit f469669

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

release-notes/CREDITS-2.x

+4-1
Original file line numberDiff line numberDiff line change
@@ -1543,8 +1543,11 @@ 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 #2667: Add `@EnumNaming`, `EnumNamingStrategy` to allow use of naming
1547+
strategies for Enums
1548+
(2.15.0)
15461549
* Contributed fix for #2968: Deserialization of `@JsonTypeInfo` annotated type fails with
1547-
missing type id even for explicit concrete subtypes
1550+
missing type id even for explicit concrete subtypes
15481551
(2.15.0)
15491552
* Contributed #3053: Allow serializing enums to lowercase (`EnumFeature.WRITE_ENUMS_TO_LOWERCASE`)
15501553
(2.15.0)

release-notes/VERSION-2.x

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Project: jackson-databind
88

99
#2536: Add `EnumFeature.READ_ENUM_KEYS_USING_INDEX` to work with
1010
existing "WRITE_ENUM_KEYS_USING_INDEX"#
11+
#2667: Add `@EnumNaming`, `EnumNamingStrategy` to allow use of naming
12+
strategies for Enums
13+
(contributed by Joo-Hyuk K)
1114
#2968: Deserialization of `@JsonTypeInfo` annotated type fails with
1215
missing type id even for explicit concrete subtypes
1316
(requested by Patrick S)

0 commit comments

Comments
 (0)