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:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -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.
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user