diff --git a/3.0-HISTORY.rst b/3.0-HISTORY.rst index 4701e529..4674579a 100644 --- a/3.0-HISTORY.rst +++ b/3.0-HISTORY.rst @@ -1,6 +1,10 @@ 3.0.0 (2017-xx-xx) ++++++++++++++++++ +- Simplified logic for determining Content-Length and Transfer-Encoding. + Requests will now avoid setting both headers on the same request, and + raise an exception if this is done manually by a user. + - Remove the HTTPProxyAuth class in favor of supporting proxy auth via the proxies parameter.