2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-19 04:42:17 +00:00

added process release notes for 1.86.

This commit is contained in:
Klemens
2024-07-26 09:06:46 +08:00
parent e1702749de
commit 70098ff956

View File

@@ -200,6 +200,11 @@ Please keep the list of libraries sorted in lexicographical order.
cause crashes in release builds when using Boost.MySQL with other code also
using `asio::coroutine` in different translation units.
* [phrase library..[@/libs/process/ Process]:]
* Moved the old boost.process to v1 subfolder and inline namespace. deprecated process/*.hpp v1 headers
* Turned v2 into a compile library.
* Fixed usage on alpine linux / musl
* [phrase library..[@/libs/stacktrace/ Stacktrace]:]
* [*Big new feature: stacktrace from arbitrary exception for Windows].
`std::stacktrace::from_current_exception()` now works on Windows platform.