Skip to content

Commit 92356e6

Browse files
committed
Release note update wrt #4040
1 parent 26f56ff commit 92356e6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

release-notes/CREDITS-2.x

+4-2
Original file line numberDiff line numberDiff line change
@@ -1667,7 +1667,9 @@ iProdigy (iProdigy@github)
16671667
`EnumNamingStrategy` used
16681668
(2.16.0)
16691669
* Contributed #4039: Use `@JsonProperty` and lowercase feature when serializing Enums despite
1670-
using toString()
1670+
using toString()
16711671
(2.16.0)
1672-
* Contributed fix #4041: Actually cache EnumValues#internalMap
1672+
* Contributed #4040: Use `@JsonProperty` over `EnumNamingStrategy` for Enum serialization
1673+
(2.16.0)
1674+
* Contributed fix #4041: Actually cache EnumValues#internalMap
16731675
(2.16.0)

release-notes/VERSION-2.x

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Project: jackson-databind
3939
#4039: Use `@JsonProperty` and lowercase feature when serializing Enums despite
4040
using toString()
4141
(contributed by @iProdigy)
42+
#4040: Use `@JsonProperty` over `EnumNamingStrategy` for Enum serialization
43+
(contributed by @iProdigy)
4244
#4041: Actually cache EnumValues#internalMap
4345
(contributed by @iProdigy)
4446

0 commit comments

Comments
 (0)