Skip to content

Commit 664b81a

Browse files
committed
CHANGELOG update, version update
1 parent a80bd1b commit 664b81a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,18 @@ Defect fixes:
77

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

10+
- Changed internal variable names to avoid shadow warnings
11+
1012
Enhancements:
1113

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

1417
- Support char8_t and u8string for C++ 20
1518

19+
- 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.
21+
1622
0.171.0
1723
-------
1824

include/jsoncons/config/version.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#define JSONCONS_VERSION_MAJOR 0
1313
#define JSONCONS_VERSION_MINOR 171
14-
#define JSONCONS_VERSION_PATCH 0
14+
#define JSONCONS_VERSION_PATCH 1
1515

1616
namespace jsoncons {
1717

0 commit comments

Comments
 (0)