Skip to content

Commit 76882c1

Browse files
committed
Revision history.
1 parent 10d07fd commit 76882c1

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

doc/history.qbk

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

88
[section:history Revision History]
99

10-
[heading Asio 1.30.1 / Boost 1.85 beta]
10+
[heading Asio 1.30.2 / Boost 1.85]
11+
12+
* Fixed `co_spawn` to correctly propagate exceptions resulting from cancellation
13+
to the completion handler.
14+
* Added calls to `std::launder` to fix undefined behaviour in `awaitable<>`
15+
internal storage.
16+
* Added missing handling of the `file_base::append` flag in the Windows
17+
implementation of file support.
18+
* Updated the socket and descriptor implementations to add more cases where they
19+
will fall back to `fcntl` if a call to `ioctl` fails.
20+
* Fixed a compile error that occurred when channels and `experimental::coro`
21+
were both used in the same translation unit.
22+
* Added missing CancellationSlot type requirements to documentation.
23+
* Minor documentation updates.
24+
25+
[heading Asio 1.30.1]
1126

1227
* Fixed the `async_result` primary template's concept checking to correctly
1328
handle lvalue-qualified completion signatures.

0 commit comments

Comments
 (0)