From f46005d771caec4f787924b79d204ebe48aff06c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 15 Mar 2018 11:20:13 -0400 Subject: [PATCH] rfc3986 --- HISTORY.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.rst b/HISTORY.rst index efb9b6f2..80e9e292 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -9,6 +9,7 @@ dev **Improvements** - Warn user about possible slowdown when using cryptography version < 1.3.4 +- Use rfc3986 for URL parsing. **Bugfixes**