Skip to content

Commit b1aedb1

Browse files
committed
Update release notes wrt #4008
1 parent 8050a1e commit b1aedb1

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

release-notes/CREDITS-2.x

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1646,8 +1646,13 @@ Matteo Bertozzi (matteobertozzi@github)
16461646
(2.15.1)
16471647
16481648
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+
16521657
16531658

release-notes/VERSION-2.x

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Project: jackson-databind
2525
(contributed by Joo-Hyuk K)
2626
#3965: Add `JsonNodeFeature.WRITE_PROPERTIES_SORTED` for sorting `ObjectNode` properties
2727
on serialization
28+
#4008: Optimize `ObjectNode` findValue(s) and findParent(s) fast paths
29+
(contributed by David S)
2830

2931
2.15.3 (not yet released)
3032

0 commit comments

Comments
 (0)