From 4624dec0265fb74ff01ce51ab9400fd52c9df17e Mon Sep 17 00:00:00 2001 From: Akira Takahashi Date: Tue, 7 Jul 2020 15:12:09 +0900 Subject: [PATCH] Fix type in release notes --- doc/qbk/release_notes.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/qbk/release_notes.qbk b/doc/qbk/release_notes.qbk index 530efd1f..739e115b 100644 --- a/doc/qbk/release_notes.qbk +++ b/doc/qbk/release_notes.qbk @@ -30,7 +30,7 @@ ['Actions Required] * The signature of `basic_parser<>::body_limit(n)` has changed. It now accepts an optional `std::uint64_t`. The caller may indicate that no body limit is required - by calling `body_limit(boost::none)``. The default limits remain in place in order + by calling `body_limit(boost::none)`. The default limits remain in place in order to maintain 'safe by default' behaviour. * [issue 1934] Remove deprecated interfaces (API Change)