Skip to content

Commit 5a73c7b

Browse files
committed
Revision history.
1 parent f5651f9 commit 5a73c7b

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

doc/history.qbk

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

88
[section:history Revision History]
99

10-
[heading Asio 1.31.0 / Boost 1.86 beta]
10+
[heading Asio 1.32.0 / Boost 1.86]
11+
12+
* Fixed an issue in `co_composed` caused by a missing `decay`.
13+
* Fixed an issue in `co_composed` due to a missing reference in a cast to a base
14+
class type.
15+
* Changed to use the standard C++20 coroutine feature test macro by default.
16+
* Changed to use `std::aligned_alloc` on Android, when available.
17+
* Fixed an integer conversion warning in `ip::address_v6`, on iOS/tvOS.
18+
* Added missing include of `<malloc.h>` required for `_alloca`.
19+
* Changed to use a standard feature test macro to check if the standard library
20+
supports `std::invoke_result`.
21+
* Fixed handling of `file_base::append` in Windows file support.
22+
* Fixed some warnings in IP address to string conversion.
23+
* Added support for using `co_spawn` when exceptions are disabled.
24+
* Fixed `spawn.hpp` header to be self-contained.
25+
* Enabled TLS v1.3 options for WolfSSL.
26+
* Fixed `experimental::coro` implementation to use the correct cancellation
27+
slot.
28+
* Fixed `io_context::strand::wrap()` so that its return value has an associated
29+
executor.
30+
* Marked `constexpr` global variables as `inline`.
31+
* Documentation fixes.
32+
33+
[heading Asio 1.31.0]
1134

1235
* Changed the `default_completion_token` trait's primary template to select
1336
`deferred` as the default completion token. As a result, most asynchronous

0 commit comments

Comments
 (0)