File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1320,3 +1320,7 @@ Asaf Romano (asaf-romano@github)
1320
1320
* Reported #3080: configOverrides(boolean.class) silently ignored, whereas .configOverride(Boolean.class)
1321
1321
works for both primitives and boxed boolean values
1322
1322
(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)
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ Project: jackson-databind
20
20
#3080 : configOverrides(boolean.class ) silently ignored, whereas .configOverride(Boolean.class )
21
21
works for both primitives and boxed boolean values
22
22
(reported by Asaf R)
23
+ #3082 : Dont track unknown props in buffer if `ignoreAllUnknown` is true
24
+ (contributed by David H)
23
25
- Fix to avoid problem with `BigDecimalNode`, scale of `Integer.MIN_VALUE` (see
24
26
[dataformats-binary#264 ] for details)
25
27
You can’t perform that action at this time.
0 commit comments