File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ assignees: ''
2424
2525** What jsoncons library version?**
2626
27- - [ ] Latest release 0.171.0
27+ - [ ] Latest release 0.171.1
2828 - [ ] Other release _____ _
2929 - [ ] master
Original file line number Diff line number Diff line change 1- 0.171.1 (master)
1+ 0.171.1
22-------
33
44Defect fixes:
55
6- - Fixed issue danielaparker/jsoncons/ #441 concerning misaligned allocation for string data.
6+ - Fixed issue #441 concerning misaligned allocation for string data.
77
8- - Fixed issue danielaparker/jsoncons/ #436 concerning overflow warning.
8+ - Fixed issue #436 concerning overflow warning.
99
1010- Changed internal variable names to avoid shadow warnings
1111
12+ - Fixed signature of ` dump_pretty ` #438
13+
14+ - Fixed ` basic_json_decode_options ` constructor #437
15+
1216Enhancements:
1317
1418- Improved error messages (with field names) for invalid type mappings when using the
@@ -17,7 +21,7 @@ Enhancements:
1721- Support char8_t and u8string for C++ 20
1822
1923- Added compare for bigint/bigdec/bigfloat as double or exact text match. This makes
20- JSON Query work if you use options.lossless_number(true); for parsing JSON.
24+ JSON Query work if you use ` options.lossless_number(true) ` for parsing JSON.
2125
22260.171.0
2327-------
You can’t perform that action at this time.
0 commit comments