Skip to content

Commit 60cae1d

Browse files
committed
Revision history.
1 parent a968852 commit 60cae1d

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

doc/history.qbk

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,24 @@
77

88
[section:history Revision History]
99

10-
[heading Asio 1.35.0 / Boost 1.89 beta]
10+
[heading Asio 1.36.0 / Boost 1.89]
11+
12+
* Fixed an issue, introduced in Asio 1.35.0, that prevented the creation of
13+
internal threads required for running some asynchronous operations on a
14+
`thread_pool`.
15+
* Fixed `co_spawn` to adhere to the asynchronous operation requirement for
16+
non-reentrant invocation of the completion handler.
17+
* Added the `[[noreturn]]` attribute to `boost::asio::detail::throw_exception`.
18+
* Fixed compilation errors in `channel<void(error_code)>` and
19+
`concurrent_channel<void(error_code)>`.
20+
* Fixed a compilation issue with the Bullseye compiler.
21+
* Fixed an `awaitable` coroutine compile error with the clang shipped with MSVC.
22+
* Fixed support for platforms that don't define `SA_NOCLDWAIT`.
23+
* Worked around a warning that occurs when building with `_FORTIFY_SOURCE` on
24+
recent [^g++].
25+
* Added a documentation note on `basic_signal_set` async signal safety.
26+
*
27+
[heading Asio 1.35.0]
1128

1229
* Added allocator constructors to `execution_context`, `io_context` and
1330
`thread_pool`. The supplied allocator is used for allocating objects

0 commit comments

Comments
 (0)