Skip to content

Commit c52fb0b

Browse files
committed
Update release notes wrt #820
1 parent 66fbf33 commit c52fb0b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

release-notes/CREDITS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,10 @@ Jeff Schnitzer (stickfigure@github)
287287
* Suggested #504: Add `DeserializationFeature.USE_LONG_FOR_INTS`
288288
(2.6.0)
289289

290+
Jerry Yang (islanderman@github)
291+
* Contributed #820: Add new method for `ObjectReader`, to bind from JSON Pointer position
292+
(2.6.0)
293+
290294
Lars Pfannenschmidt (larsp@github)
291295
* Contributed #826: Replaced synchronized HashMap with ConcurrentHashMap in
292296
TypeDeserializerBase._findDeserializer
@@ -295,3 +299,4 @@ Lars Pfannenschmidt (larsp@github)
295299
Stephen A. Goss (thezerobit@github)
296300
* Contributed #828: Respect DeserializationFeatures.WRAP_EXCEPTIONS in CollectionDeserializer
297301
(2.6.0)
302+

release-notes/VERSION

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ Project: jackson-databind
6868
#812: Java 8 breaks Class-value annotation properties, wrt generics: need to work around
6969
#813: Add support for new property of `@JsonProperty.access` to support
7070
read-only/write-only use cases
71+
#820: Add new method for `ObjectReader`, to bind from JSON Pointer position
72+
(contributed by Jerry Y, islanderman@github)
7173
#824: Contextual `TimeZone` changes don't take effect wrt `java.util.Date`,
7274
`java.util.Calendar` serialization
7375
#826: Replaced synchronized HashMap with ConcurrentHashMap in TypeDeserializerBase._findDeserializer

0 commit comments

Comments
 (0)