2
0
mirror of https://github.com/boostorg/json.git synced 2026-01-19 04:12:14 +00:00

1.86.0 release notes

This commit is contained in:
Dmitry Arkhipov
2024-07-07 21:15:48 +03:00
parent 52264f68e4
commit 393a633054
2 changed files with 32 additions and 0 deletions

View File

@@ -1,3 +1,13 @@
Boost 1.86.0
* Support for GCC versions older than version 5.0 is deprecated and **will stop
in Boost 1.88.0**.
* `source_location` parameter was added to throwing accessor functions.
* Parse option to tolerate invalid UTF-16 surrogate pairs, and
produce [WTF-8](https://simonsapin.github.io/wtf-8/).
* Added accessor functions that return `system::result`.
* Handle missing error case in direct parsing.
Boost 1.85.0
* Boost.Endian is now used to deal with endianness.

View File

@@ -11,6 +11,28 @@
[/-----------------------------------------------------------------------------]
[heading Boost 1.86.0]
[*Deprecation]
* Support for GCC versions older than version 5.0 is deprecated and [*will stop
in Boost 1.88.0].
[*API Changes]
* [issue 941] `source_location` parameter was added to throwing
accessor functions.
[*New Features]
* [issue 940] Parse option to tolerate invalid UTF-16 surrogate pairs, and
produce [@https://simonsapin.github.io/wtf-8/ WTF-8].
* [issue 941] Added accessor functions that return `system::result`.
[*Fixes]
* Handle missing error case in direct parsing.
[heading Boost 1.85.0]
[*New Dependencies]