Skip to content

Commit 027e795

Browse files
committed
Update release notes wrt #3082
1 parent 23f9c61 commit 027e795

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

release-notes/CREDITS-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1320,3 +1320,7 @@ Asaf Romano (asaf-romano@github)
13201320
* Reported #3080: configOverrides(boolean.class) silently ignored, whereas .configOverride(Boolean.class)
13211321
works for both primitives and boxed boolean values
13221322
(2.13.0)
1323+
1324+
David Hoffman (dhofftgt@github)
1325+
* Contributed #3082: Dont track unknown props in buffer if `ignoreAllUnknown` is true
1326+
(2.13.0)

release-notes/VERSION-2.x

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Project: jackson-databind
2020
#3080: configOverrides(boolean.class) silently ignored, whereas .configOverride(Boolean.class)
2121
works for both primitives and boxed boolean values
2222
(reported by Asaf R)
23+
#3082: Dont track unknown props in buffer if `ignoreAllUnknown` is true
24+
(contributed by David H)
2325
- Fix to avoid problem with `BigDecimalNode`, scale of `Integer.MIN_VALUE` (see
2426
[dataformats-binary#264] for details)
2527

0 commit comments

Comments
 (0)