Skip to content

Commit c4d11f9

Browse files
committed
Update release notes wrt #3238
1 parent 3188187 commit c4d11f9

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

release-notes/CREDITS-2.x

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1365,3 +1365,13 @@ Klaas Dellschaft (klaasdellschaft@github)
13651365
Nick Benoit (nick-benoit14@github)
13661366
* Proposed #3193: Add `MapperFeature.APPLY_DEFAULT_VALUES`, initially for Scala module
13671367
(2.13.0)
1368+
1369+
Kenneth Jorgensen (kennethjor@github)
1370+
* Requested #3238: Add PropertyNamingStrategies.UpperSnakeCaseStrategy
1371+
(and UPPER_SNAKE_CASE constant)
1372+
(2.13.0)
1373+
1374+
Tanvesh Takawale (TanveshT@github)
1375+
* Contributed implementation for #3238: Add PropertyNamingStrategies.UpperSnakeCaseStrategy
1376+
(and UPPER_SNAKE_CASE constant)
1377+
(2.13.0)

release-notes/VERSION-2.x

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ Project: jackson-databind
5858
(contributed by Klaas D)
5959
#3193: Add `MapperFeature.APPLY_DEFAULT_VALUES`, initially for Scala module
6060
(suggested by Nick B)
61+
#3238: Add PropertyNamingStrategies.UpperSnakeCaseStrategy (and UPPER_SNAKE_CASE constant)
62+
(requested by Kenneth J)
63+
(contributed by Tanvesh)
6164
- Fix to avoid problem with `BigDecimalNode`, scale of `Integer.MIN_VALUE` (see
6265
[dataformats-binary#264] for details)
6366
- Extend handling of `FAIL_ON_NULL_FOR_PRIMITIVES` to cover coercion from (Empty) String

0 commit comments

Comments
 (0)