Skip to content

Commit

Permalink
Release note update wrt #4040
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jul 16, 2023
1 parent 26f56ff commit 92356e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -1667,7 +1667,9 @@ iProdigy (iProdigy@github)
`EnumNamingStrategy` used
(2.16.0)
* Contributed #4039: Use `@JsonProperty` and lowercase feature when serializing Enums despite
using toString()
using toString()
(2.16.0)
* Contributed fix #4041: Actually cache EnumValues#internalMap
* Contributed #4040: Use `@JsonProperty` over `EnumNamingStrategy` for Enum serialization
(2.16.0)
* Contributed fix #4041: Actually cache EnumValues#internalMap
(2.16.0)
2 changes: 2 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ Project: jackson-databind
#4039: Use `@JsonProperty` and lowercase feature when serializing Enums despite
using toString()
(contributed by @iProdigy)
#4040: Use `@JsonProperty` over `EnumNamingStrategy` for Enum serialization
(contributed by @iProdigy)
#4041: Actually cache EnumValues#internalMap
(contributed by @iProdigy)

Expand Down

0 comments on commit 92356e6

Please sign in to comment.