Skip to content

Commit

Permalink
Update release notes wrt #820
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jul 17, 2015
1 parent 66fbf33 commit c52fb0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions release-notes/CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -295,3 +299,4 @@ Lars Pfannenschmidt (larsp@github)
Stephen A. Goss (thezerobit@github)
* Contributed #828: Respect DeserializationFeatures.WRAP_EXCEPTIONS in CollectionDeserializer
(2.6.0)

2 changes: 2 additions & 0 deletions release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c52fb0b

Please sign in to comment.