Skip to content

Commit

Permalink
update release notes wrt #990
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 15, 2016
1 parent 236fdd9 commit 4d99b8a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions release-notes/CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -444,3 +444,9 @@ Ross Goldberg
* Reported #1165, provided fix for: `CoreXMLDeserializers` does not handle
time-only `XMLGregorianCalendar`s
(2.8.0)

Mikhail Kokho (mkokho@github)
* Contributed impl for #990: Allow failing on `null` values for creator (add
`DeserializationFeature.FAIL_ON_NULL_CREATOR_PROPERTIES`)
(2.8.0)

3 changes: 3 additions & 0 deletions release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Project: jackson-databind

2.8.0 (not released yet)

#990: Allow failing on `null` values for creator (add
`DeserializationFeature.FAIL_ON_NULL_CREATOR_PROPERTIES`)
(contributed by mkokho@github)
#1084: Change `TypeDeserializerBase` to take `JavaType` for `defaultImpl`, NOT `Class`
#1126: Allow deserialization of unknown Enums using a predefined value
(contributed by Alejandro R)
Expand Down

0 comments on commit 4d99b8a

Please sign in to comment.