Update Release Notes

This commit is contained in:
Richard Hodges
2021-03-09 09:25:10 +01:00
parent 50a5e23e1c
commit 8db7178dbe
2 changed files with 26 additions and 0 deletions

View File

@ -1,3 +1,7 @@
* Update Release Notes.
--------------------------------------------------------------------------------
Version 309:
* Extra logic error detection in http parser.

View File

@ -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]