Skip to content

Commit

Permalink
Update to version 0.176.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Jun 10, 2024
1 parent 40b9985 commit 37d4fcf
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 66 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.175.0
- [ ] Latest release 0.176.0
- [ ] Other release ______
- [ ] master
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
0.176.0 (pre-release, on master)
0.176.0
-------

Compiler support

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

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

- Accepted pr #519 to support build with with llvm-toolset-7 on CentOS 7.

- We (and users) have seen some compilation errors with tests of `std::scoped_allocator_adaptor` using our sample stateful allocator `FreeListAllocator`
in versions of clang predating version 11, and versions of g++ predating version 10. We've therefore excluded these tests when testing with
these older compilers.
the older compilers.

Enhancements

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

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

jsonschema library defect fixes:

- Fixed issue #520 where enabling format validation resulted in a premature abort to validation

- Addressed issue #521 so that jsonschema now supports big integers

Other defect fixes:

- Resolved #518 about CUDA and int128 and float 128

0.175.0
-------

Expand Down
Loading

0 comments on commit 37d4fcf

Please sign in to comment.