Skip to content

Commit

Permalink
Fix #89
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed May 17, 2016
1 parent e83660d commit ada9073
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ NOTE: Annotations module will never contain changes in patch versions,
#83: Add `@JsonEnumDefaultValue` for indicating default enum choice if no real match found
(suggested by Alejandro R)
#87: Add `@JsonIgnoreProperties.Value` to support merging of settings
#89: Add `JsonFormat.Feature.ACCEPT_CASE_INSENSITIVE_PROPERTIES`

2.7.0 (10-Jan-2016)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,13 @@ public enum Feature {
*/
ACCEPT_SINGLE_VALUE_AS_ARRAY,

/**
* Override for <code>MapperFeature.ACCEPT_CASE_INSENSITIVE_PROPERTIES</code>.
*
* @since 2.8
*/
ACCEPT_CASE_INSENSITIVE_PROPERTIES,

/**
* Override for <code>SerializationFeature.WRITE_DATE_TIMESTAMPS_AS_NANOSECONDS</code>,
* similar constraints apply.
Expand Down

0 comments on commit ada9073

Please sign in to comment.