File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,11 @@ Francis Galiegue:
66
66
* Reported #93 (and suggested fix): bug in `ObjectMapper.setAll(...)'
67
67
implementation
68
68
(2.1.1)
69
- * Reported [ #433] : `ObjectMapper`'s `.valueToTree()` wraps `JsonSerializable` objects
69
+ * Reported #433: `ObjectMapper`'s `.valueToTree()` wraps `JsonSerializable` objects
70
70
into a POJONode
71
71
(2.3.3)
72
+ * Contributed #434: Ensure that DecimalNodes with mathematically equal values are equal
73
+ (2.4.0)
72
74
73
75
kelaneren@github:
74
76
* Reported #157, contributed unit test: NPE when registering same module twice.
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ Version: 2.4.0 (xx-xxx-2014)
24
24
(contributed by Will P)
25
25
#428: `PropertyNamingStrategy` will rename even explicit name from `@JsonProperty`
26
26
(reported by turskip@github)
27
+ #434: Ensure that DecimalNodes with mathematically equal values are equal
28
+ (contributed by Francis G)
27
29
28
30
------------------------------------------------------------------------
29
31
=== History: ===
You can’t perform that action at this time.
0 commit comments