Skip to content

Commit 393a633

Browse files
committed
1.86.0 release notes
1 parent 52264f6 commit 393a633

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Boost 1.86.0
2+
3+
* Support for GCC versions older than version 5.0 is deprecated and **will stop
4+
in Boost 1.88.0**.
5+
* `source_location` parameter was added to throwing accessor functions.
6+
* Parse option to tolerate invalid UTF-16 surrogate pairs, and
7+
produce [WTF-8](https://simonsapin.github.io/wtf-8/).
8+
* Added accessor functions that return `system::result`.
9+
* Handle missing error case in direct parsing.
10+
111
Boost 1.85.0
212

313
* Boost.Endian is now used to deal with endianness.

doc/qbk/release_notes.qbk

+22
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,28 @@
1111

1212
[/-----------------------------------------------------------------------------]
1313

14+
[heading Boost 1.86.0]
15+
16+
[*Deprecation]
17+
18+
* Support for GCC versions older than version 5.0 is deprecated and [*will stop
19+
in Boost 1.88.0].
20+
21+
[*API Changes]
22+
23+
* [issue 941] `source_location` parameter was added to throwing
24+
accessor functions.
25+
26+
[*New Features]
27+
28+
* [issue 940] Parse option to tolerate invalid UTF-16 surrogate pairs, and
29+
produce [@https://simonsapin.github.io/wtf-8/ WTF-8].
30+
* [issue 941] Added accessor functions that return `system::result`.
31+
32+
[*Fixes]
33+
34+
* Handle missing error case in direct parsing.
35+
1436
[heading Boost 1.85.0]
1537

1638
[*New Dependencies]

0 commit comments

Comments
 (0)