Skip to content

Commit

Permalink
Fixed #95
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jun 24, 2016
1 parent 60de92a commit 1afff36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ NOTE: Annotations module will never contain changes in patch versions,
(suggested by Alejandro R)
#87: Add `@JsonIgnoreProperties.Value` to support merging of settings
#89: Add `JsonFormat.Feature.ACCEPT_CASE_INSENSITIVE_PROPERTIES`
#95: Add `JsonFormat.Feature#ADJUST_DATES_TO_CONTEXT_TIME_ZONE`
(suggested by Alexey B)

2.7.0 (10-Jan-2016)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,8 @@ public enum Feature {
* that specifies whether context provided timezone
* <code>DeserializationContext.getTimeZone()</code> should be used to adjust Date/Time
* values on deserialization, even if value itself contains timezone information
*
* @since 2.8
*/
ADJUST_DATES_TO_CONTEXT_TIME_ZONE
}
Expand Down

0 comments on commit 1afff36

Please sign in to comment.