File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ assignees: ''
24
24
25
25
** What jsoncons library version?**
26
26
27
- - [ ] Latest release 0.171.0
27
+ - [ ] Latest release 0.171.1
28
28
- [ ] Other release _____ _
29
29
- [ ] master
Original file line number Diff line number Diff line change 1
- 0.171.1 (master)
1
+ 0.171.1
2
2
-------
3
3
4
4
Defect fixes:
5
5
6
- - Fixed issue danielaparker/jsoncons/ #441 concerning misaligned allocation for string data.
6
+ - Fixed issue #441 concerning misaligned allocation for string data.
7
7
8
- - Fixed issue danielaparker/jsoncons/ #436 concerning overflow warning.
8
+ - Fixed issue #436 concerning overflow warning.
9
9
10
10
- Changed internal variable names to avoid shadow warnings
11
11
12
+ - Fixed signature of ` dump_pretty ` #438
13
+
14
+ - Fixed ` basic_json_decode_options ` constructor #437
15
+
12
16
Enhancements:
13
17
14
18
- Improved error messages (with field names) for invalid type mappings when using the
@@ -17,7 +21,7 @@ Enhancements:
17
21
- Support char8_t and u8string for C++ 20
18
22
19
23
- 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.
21
25
22
26
0.171.0
23
27
-------
You can’t perform that action at this time.
0 commit comments