Skip to content

Commit e2f9ea5

Browse files
committed
Update release notes wrt #434 fix
1 parent 6b9266d commit e2f9ea5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

release-notes/CREDITS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,11 @@ Francis Galiegue:
6666
* Reported #93 (and suggested fix): bug in `ObjectMapper.setAll(...)'
6767
implementation
6868
(2.1.1)
69-
* Reported [#433]: `ObjectMapper`'s `.valueToTree()` wraps `JsonSerializable` objects
69+
* Reported #433: `ObjectMapper`'s `.valueToTree()` wraps `JsonSerializable` objects
7070
into a POJONode
7171
(2.3.3)
72+
* Contributed #434: Ensure that DecimalNodes with mathematically equal values are equal
73+
(2.4.0)
7274

7375
kelaneren@github:
7476
* Reported #157, contributed unit test: NPE when registering same module twice.

release-notes/VERSION

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Version: 2.4.0 (xx-xxx-2014)
2424
(contributed by Will P)
2525
#428: `PropertyNamingStrategy` will rename even explicit name from `@JsonProperty`
2626
(reported by turskip@github)
27+
#434: Ensure that DecimalNodes with mathematically equal values are equal
28+
(contributed by Francis G)
2729

2830
------------------------------------------------------------------------
2931
=== History: ===

0 commit comments

Comments
 (0)