diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e05eebe..bfb78ae3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +* Update Release Notes. + +-------------------------------------------------------------------------------- + Version 309: * Extra logic error detection in http parser. diff --git a/doc/qbk/release_notes.qbk b/doc/qbk/release_notes.qbk index 0a8166fc..13ed11f6 100644 --- a/doc/qbk/release_notes.qbk +++ b/doc/qbk/release_notes.qbk @@ -11,6 +11,28 @@ [/-----------------------------------------------------------------------------] +[heading Boost 1.76] + +[*Fixes] + +* [issue 2139] Add executor rebind to test::stream. +* Fix unused variable compiler warning in WebSocket async shutdown. + +[*Improvements] + +* [issue 2124] Floating point support no longer required to use Beast. +* Reduce size of websockety compiled code by using a common buffers type for all operations. +* HTTP Parser has improved detection of incorrect use. + + +[*Miscellaneous] + +* [issue 2140] Add cxxstd tag to library metadata. +* Move to Drone CI. +* Minor documentation formatting improvements. +* CML now finds required Boost::thread library during in-tree build. + + [heading Boost 1.75] [*Fixes]