Skip to content

Commit 93ac4cf

Browse files
committedOct 17, 2023
CHANGELOG update, version update
1 parent 664b81a commit 93ac4cf

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed
 

‎.github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff 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

‎CHANGELOG.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1-
0.171.1 (master)
1+
0.171.1
22
-------
33

44
Defect 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+
1216
Enhancements:
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

2226
0.171.0
2327
-------

0 commit comments

Comments
 (0)
Please sign in to comment.