diff --git a/CHANGES/1136.bugfix.rst b/CHANGES/1136.bugfix.rst index b7cb17404..b213bd8c3 100644 --- a/CHANGES/1136.bugfix.rst +++ b/CHANGES/1136.bugfix.rst @@ -1 +1 @@ -Allow empty host for URL schemes other than the special schemes listed in the WHATWG URL spec -- by :user:`bdraco`. +Allowed empty host for URL schemes other than the special schemes listed in the WHATWG URL spec -- by :user:`bdraco`. diff --git a/CHANGES/1138.bugfix.rst b/CHANGES/1138.bugfix.rst index cfee1852a..05dbb717e 100644 --- a/CHANGES/1138.bugfix.rst +++ b/CHANGES/1138.bugfix.rst @@ -1 +1 @@ -Allow scheme replacement for relative URLs if the scheme does not require a host -- by :user:`bdraco`. +Allowed scheme replacement for relative URLs if the scheme does not require a host -- by :user:`bdraco`. diff --git a/CHANGES/1139.feature.rst b/CHANGES/1139.feature.rst index 3bcc26e12..ea0a626d3 100644 --- a/CHANGES/1139.feature.rst +++ b/CHANGES/1139.feature.rst @@ -1 +1 @@ -Loosen restriction on integers as query string values to allow classes that implement ``__int__`` -- by :user:`bdraco`. +Loosened restriction on integers as query string values to allow classes that implement ``__int__`` -- by :user:`bdraco`.