From 32b56cb0b28ca7b4ed3be7659d644238cc7c319c Mon Sep 17 00:00:00 2001 From: Klemens Morgenstern Date: Wed, 12 Oct 2022 10:13:22 +0800 Subject: [PATCH] Set version to 341. --- CHANGELOG.md | 10 +++++++++- include/boost/beast/version.hpp | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93dc1e6c..bb8ec12b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ -Version 340: +Version 341: * Expect header field with the "100-continue" is handled in upgrade. -------------------------------------------------------------------------------- +Version 340: + +* buffers have a features table in the docs +* buffer_ref allows using beast buffers with asio +* buffer_adaptor works with multi-buffer + +-------------------------------------------------------------------------------- + Version 339: * BOOST_BEAST_USE_STD_STRING_VIEW is replaced by boost/core string_view. diff --git a/include/boost/beast/version.hpp b/include/boost/beast/version.hpp index 8ce63fe5..a162898d 100644 --- a/include/boost/beast/version.hpp +++ b/include/boost/beast/version.hpp @@ -20,7 +20,7 @@ This is a simple integer that is incremented by one every time a set of code changes is merged to the develop branch. */ -#define BOOST_BEAST_VERSION 340 +#define BOOST_BEAST_VERSION 341 // A string describing BOOST_BEAST_VERSION, that can be used in http headers. #define BOOST_BEAST_VERSION_STRING "Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION)