From 4f3e0c5227e5ee90198d9d3fc7e74b3cafeed4c4 Mon Sep 17 00:00:00 2001 From: Richard Hodges Date: Wed, 4 Aug 2021 10:51:25 +0200 Subject: [PATCH] Update release notes for Boost 1.77 --- CHANGELOG.md | 4 ++++ doc/qbk/release_notes.qbk | 17 +++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c705f48a..ab9ba4b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +* Update release notes for Boost 1.77. + +-------------------------------------------------------------------------------- + Version 318: * Add a Boost-friendly subproject case to CMakeLists. diff --git a/doc/qbk/release_notes.qbk b/doc/qbk/release_notes.qbk index 13ed11f6..529c28d4 100644 --- a/doc/qbk/release_notes.qbk +++ b/doc/qbk/release_notes.qbk @@ -11,6 +11,23 @@ [/-----------------------------------------------------------------------------] +[heading Boost 1.77] + +[*Fixes] + +* [Issue 2233] Remove use of POSIX-only constant. + +[*Miscellaneous] + +* Fixes to tests. +* Improvements and fixes in Github and Drone CI. +* Accommodate Docca updates. +* Update example root certificates. +* Add example of reading large response body. +* Remove Travis CI. +* Update CMakeLists.txt + + [heading Boost 1.76] [*Fixes]