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)