diff --git a/doc/qbk/release_notes.qbk b/doc/qbk/release_notes.qbk index ff2eb8ef04..2be854c265 100644 --- a/doc/qbk/release_notes.qbk +++ b/doc/qbk/release_notes.qbk @@ -11,6 +11,26 @@ [/-----------------------------------------------------------------------------] +[heading Boost 1.84] + +[*API Changes] + +* Remove deprecated allocation and invocation hooks + +[*Features] + +* Support for `immediate_executor` + +[*Fixes] + +* [issue 2727] Replaced `BOOST_ASIO_INITFN_RESULT_TYPE` with `BOOST_ASIO_INITFN_AUTO_RES` +* [issue 2715] `server-flex-awaitable` example resets parser + +[*Documentation] + +* [issue 2713] Corrected the `websocket::stream::async_ping/pong` handler requirement +* [issue 2755] Update documentation for `websocket::stream::async_write_some` + [heading Boost 1.83] [*Fixes]