Skip to content

Commit

Permalink
Update release notes wrt #434 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 7, 2014
1 parent 6b9266d commit e2f9ea5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion release-notes/CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,11 @@ Francis Galiegue:
* Reported #93 (and suggested fix): bug in `ObjectMapper.setAll(...)'
implementation
(2.1.1)
* Reported [#433]: `ObjectMapper`'s `.valueToTree()` wraps `JsonSerializable` objects
* Reported #433: `ObjectMapper`'s `.valueToTree()` wraps `JsonSerializable` objects
into a POJONode
(2.3.3)
* Contributed #434: Ensure that DecimalNodes with mathematically equal values are equal
(2.4.0)

kelaneren@github:
* Reported #157, contributed unit test: NPE when registering same module twice.
Expand Down
2 changes: 2 additions & 0 deletions release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Version: 2.4.0 (xx-xxx-2014)
(contributed by Will P)
#428: `PropertyNamingStrategy` will rename even explicit name from `@JsonProperty`
(reported by turskip@github)
#434: Ensure that DecimalNodes with mathematically equal values are equal
(contributed by Francis G)

------------------------------------------------------------------------
=== History: ===
Expand Down

0 comments on commit e2f9ea5

Please sign in to comment.