summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorPaul Dekkers <paul.dekkers@surf.nl>2021-05-10 13:10:32 +0200
committerGitHub <noreply@github.com>2021-05-10 17:10:32 +0600
commit2b8a44855a51ad5a5b0c348a08c2564a2e197ea2 (patch)
treeba5a8db0b6f65510492b7a1cc210a3efabbef594 /CHANGELOG.rst
parent7c0b505ad4ea9a92763a97f14945e4d5af077221 (diff)
downloadoauthlib-2b8a44855a51ad5a5b0c348a08c2564a2e197ea2.tar.gz
Use better regex for IPv6 to allow a lot more valid IPv6 addresses (#753)
* Use better regex for IPv6 to allow a lot more valid IPv6 addresses * Adding some unit tests for is_absolute_uri in uri_validate * Make unit tests Python 3.6 compatible * Remove redundant import after unit test simplification for py36 * update Changelog * Remove redundant coding line
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 3817c52..6c37559 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -3,6 +3,10 @@ Changelog
3.1.1 (TBD)
------------------
+OAuth2.0 Provider - Bugfixes
+
+ * #753: Fix acceptance of valid IPv6 addresses in URI validation
+
OAuth2.0 Client - Bugfixes
* #730: Base OAuth2 Client now has a consistent way of managing the `scope`: it consistently