From 788e07916ce36c8f400c2dd60c2081bf8c8fd51c Mon Sep 17 00:00:00 2001 From: Mohammad Nejati Date: Wed, 8 Nov 2023 10:18:54 +0000 Subject: [PATCH] Add release notes for Boost 1.84 --- doc/qbk/release_notes.qbk | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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]