Skip to content

Commit

Permalink
1.86.0 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
grisumbras committed Jul 8, 2024
1 parent 52264f6 commit 393a633
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
22 changes: 22 additions & 0 deletions doc/qbk/release_notes.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 393a633

Please sign in to comment.