File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -192,6 +192,8 @@ Sam Smith (Oracle Security Researcher)
192
192
Philippe Marschall (marschall @github )
193
193
* Requested #480 : `SerializableString` value can not directly render to Writer
194
194
(2.10 .0 )
195
+ * Contributed #798 : Avoid copy when parsing `BigDecimal`
196
+ (2.14 .0 )
195
197
196
198
David Nault (dnault @github )
197
199
* Reported #531 : Non-blocking parser reports incorrect locations when fed with
Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ JSON library.
47
47
(contributed by @pjfanning )
48
48
#788 : `JsonPointer.empty()` should NOT indicate match of a property
49
49
with key of ""
50
+ #798 : Avoid copy when parsing `BigDecimal`
51
+ (contributed by Philippe M )
50
52
51
53
2.13 .3 (14 - May - 2022 )
52
54
You can’t perform that action at this time.
0 commit comments