File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -1646,8 +1646,13 @@ Matteo Bertozzi (matteobertozzi@github)
1646
1646
(2.15.1)
1647
1647
1648
1648
Antti Lampinen (arlampin@github)
1649
- * Reported #3897: 2.15.0 breaks deserialization when POJO/Record only has a single field
1650
- and is marked `Access.WRITE_ONLY`
1651
- (2.15.1)
1649
+ * Reported #3897: 2.15.0 breaks deserialization when POJO/Record only has a single field
1650
+ and is marked `Access.WRITE_ONLY`
1651
+ (2.15.1)
1652
+
1653
+ David Schlosnagle (schlosna@github)
1654
+ * Contributed #4008: Optimize `ObjectNode` findValue(s) and findParent(s) fast paths
1655
+ (2.16.0)
1656
+
1652
1657
1653
1658
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ Project: jackson-databind
25
25
(contributed by Joo-Hyuk K)
26
26
#3965 : Add `JsonNodeFeature.WRITE_PROPERTIES_SORTED` for sorting `ObjectNode` properties
27
27
on serialization
28
+ #4008 : Optimize `ObjectNode` findValue(s) and findParent (s) fast paths
29
+ (contributed by David S)
28
30
29
31
2.15.3 (not yet released)
30
32
You can’t perform that action at this time.
0 commit comments