Fix type in release notes

This commit is contained in:
Akira Takahashi
2020-07-07 15:12:09 +09:00
committed by Richard Hodges
parent f036077547
commit 4624dec026

View File

@@ -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)