Skip to content

Commit

Permalink
CHANGELOG update, version update
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Oct 17, 2023
1 parent 664b81a commit 93ac4cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ assignees: ''

**What jsoncons library version?**

- [ ] Latest release 0.171.0
- [ ] Latest release 0.171.1
- [ ] Other release ______
- [ ] master
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
0.171.1 (master)
0.171.1
-------

Defect fixes:

- Fixed issue danielaparker/jsoncons/#441 concerning misaligned allocation for string data.
- Fixed issue #441 concerning misaligned allocation for string data.

- Fixed issue danielaparker/jsoncons/#436 concerning overflow warning.
- Fixed issue #436 concerning overflow warning.

- Changed internal variable names to avoid shadow warnings

- Fixed signature of `dump_pretty` #438

- Fixed `basic_json_decode_options` constructor #437

Enhancements:

- Improved error messages (with field names) for invalid type mappings when using the
Expand All @@ -17,7 +21,7 @@ Enhancements:
- Support char8_t and u8string for C++ 20

- Added compare for bigint/bigdec/bigfloat as double or exact text match. This makes
JSON Query work if you use options.lossless_number(true); for parsing JSON.
JSON Query work if you use `options.lossless_number(true)` for parsing JSON.

0.171.0
-------
Expand Down

0 comments on commit 93ac4cf

Please sign in to comment.