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 a80bd1b commit 664b81a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,18 @@ Defect fixes:

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

- Changed internal variable names to avoid shadow warnings

Enhancements:

- Improved error messages (with field names) for invalid type mappings when using the `json_type_traits` convenience macros.
- Improved error messages (with field names) for invalid type mappings when using the
`json_type_traits` convenience macros.

- 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.

0.171.0
-------

Expand Down
2 changes: 1 addition & 1 deletion include/jsoncons/config/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#define JSONCONS_VERSION_MAJOR 0
#define JSONCONS_VERSION_MINOR 171
#define JSONCONS_VERSION_PATCH 0
#define JSONCONS_VERSION_PATCH 1

namespace jsoncons {

Expand Down

0 comments on commit 664b81a

Please sign in to comment.