We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00804cb commit 9164194Copy full SHA for 9164194
asio/src/doc/history.qbk
@@ -7,6 +7,19 @@
7
8
[section:history Revision History]
9
10
+[heading Asio 1.34.2]
11
+
12
+* Fixed an ambiguous overload issue that occurred when passing a `std::span` to
13
+ the `asio::buffer` function.
14
15
+* Added overview documentation on the available runtime configuration options.
16
17
+* Updated the overview documentation to reflect the use of `deferred` as the
18
+ default completion token.
19
20
+* Updated the `async_result` documentation to reflect the current type
21
+ requirements placed on specialisations of the trait.
22
23
[heading Asio 1.34.1]
24
25
* Added `noexcept` qualifiers to various `local::basic_endpoint` member
0 commit comments