From c52fb0b853898a1c0c3cc8bf36602409a29e2962 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Thu, 16 Jul 2015 19:08:03 -0700 Subject: [PATCH] Update release notes wrt #820 --- release-notes/CREDITS | 5 +++++ release-notes/VERSION | 2 ++ 2 files changed, 7 insertions(+) diff --git a/release-notes/CREDITS b/release-notes/CREDITS index f2e4579ab6..1598761e35 100644 --- a/release-notes/CREDITS +++ b/release-notes/CREDITS @@ -287,6 +287,10 @@ Jeff Schnitzer (stickfigure@github) * Suggested #504: Add `DeserializationFeature.USE_LONG_FOR_INTS` (2.6.0) +Jerry Yang (islanderman@github) + * Contributed #820: Add new method for `ObjectReader`, to bind from JSON Pointer position + (2.6.0) + Lars Pfannenschmidt (larsp@github) * Contributed #826: Replaced synchronized HashMap with ConcurrentHashMap in TypeDeserializerBase._findDeserializer @@ -295,3 +299,4 @@ Lars Pfannenschmidt (larsp@github) Stephen A. Goss (thezerobit@github) * Contributed #828: Respect DeserializationFeatures.WRAP_EXCEPTIONS in CollectionDeserializer (2.6.0) + diff --git a/release-notes/VERSION b/release-notes/VERSION index 83a046defe..99e26535fc 100644 --- a/release-notes/VERSION +++ b/release-notes/VERSION @@ -68,6 +68,8 @@ Project: jackson-databind #812: Java 8 breaks Class-value annotation properties, wrt generics: need to work around #813: Add support for new property of `@JsonProperty.access` to support read-only/write-only use cases +#820: Add new method for `ObjectReader`, to bind from JSON Pointer position + (contributed by Jerry Y, islanderman@github) #824: Contextual `TimeZone` changes don't take effect wrt `java.util.Date`, `java.util.Calendar` serialization #826: Replaced synchronized HashMap with ConcurrentHashMap in TypeDeserializerBase._findDeserializer