diff --git a/CHANGELOG.md b/CHANGELOG.md index c2037947..a318b88e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ * Fix race in writes during WebSocket reads * Fix compilation error in non-template class +HTTP + +* Fix Body requirements doc + -------------------------------------------------------------------------------- 1.0.0-b28 diff --git a/doc/types/Body.qbk b/doc/types/Body.qbk index e0099d92..b539fae6 100644 --- a/doc/types/Body.qbk +++ b/doc/types/Body.qbk @@ -27,7 +27,7 @@ In this table: ] ] [ - [`Body::reader`] + [`X::reader`] [] [ If present, a type meeting the requirements of @@ -36,7 +36,7 @@ In this table: ] ] [ - [`Body::writer`] + [`X::writer`] [] [ If present, a type meeting the requirements of