Skip to content

Commit 37d4fcf

Browse files
committed
Update to version 0.176.0
1 parent 40b9985 commit 37d4fcf

File tree

3 files changed

+78
-66
lines changed

3 files changed

+78
-66
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ assignees: ''
2424

2525
**What jsoncons library version?**
2626

27-
- [ ] Latest release 0.175.0
27+
- [ ] Latest release 0.176.0
2828
- [ ] Other release ______
2929
- [ ] master

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
0.176.0 (pre-release, on master)
1+
0.176.0
22
-------
33

44
Compiler support
55

66
- Update to [Supported compilers](https://github.com/danielaparker/jsoncons?tab=readme-ov-file#supported-compilers)
7-
documentation to accurately reflect the compilers that currently in continuous integration testing.
7+
documentation to reflect the compilers that are currently in continuous integration testing.
88

99
- Support for some ancient compilers, in particular g++ 4.8 and 4.9, has been dropped.
1010

11+
- Accepted pr #519 to support build with with llvm-toolset-7 on CentOS 7.
12+
1113
- We (and users) have seen some compilation errors with tests of `std::scoped_allocator_adaptor` using our sample stateful allocator `FreeListAllocator`
1214
in versions of clang predating version 11, and versions of g++ predating version 10. We've therefore excluded these tests when testing with
13-
these older compilers.
15+
the older compilers.
1416

1517
Enhancements
1618

@@ -25,6 +27,16 @@ for (const auto& [key, value] : j.object_range())
2527

2628
- Addressed issue #509 of over allocating memory due to alignment constraints through pr #510
2729

30+
jsonschema library defect fixes:
31+
32+
- Fixed issue #520 where enabling format validation resulted in a premature abort to validation
33+
34+
- Addressed issue #521 so that jsonschema now supports big integers
35+
36+
Other defect fixes:
37+
38+
- Resolved #518 about CUDA and int128 and float 128
39+
2840
0.175.0
2941
-------
3042

0 commit comments

Comments
 (0)