diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e0681b9..e9be3165 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ Version 124: * Fix for a test matrix compiler +* Fix basic_fields javadoc API Changes: diff --git a/include/boost/beast/http/fields.hpp b/include/boost/beast/http/fields.hpp index 127fbc54..d86f43cc 100644 --- a/include/boost/beast/http/fields.hpp +++ b/include/boost/beast/http/fields.hpp @@ -382,7 +382,7 @@ public: @par Postconditions: @code std::distance(this->begin(), this->end()) == 0 - @encode + @endcode */ void clear();