updating HISTORY

This commit is contained in:
Nate Prewitt
2017-03-01 10:32:05 -07:00
parent 64b66b6409
commit be2f92b9e3
+4
View File
@@ -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.