diff --git a/CHANGES/829.packaging.rst b/CHANGES/829.packaging.rst index 531427eb..17c7a975 100644 --- a/CHANGES/829.packaging.rst +++ b/CHANGES/829.packaging.rst @@ -1 +1 @@ -Integrated Cython 3 to enable building *yarl* under Python 3.12. +Integrated Cython 3 to enable building *yarl* under Python 3.12 -- by :user:`mjpieters`. diff --git a/CHANGES/862.bugfix.rst b/CHANGES/862.bugfix.rst index 05c6127b..aa7b9d87 100644 --- a/CHANGES/862.bugfix.rst +++ b/CHANGES/862.bugfix.rst @@ -1 +1 @@ -Stopped dropping trailing slashes in :py:meth:`~yarl.URL.joinpath`. +Stopped dropping trailing slashes in :py:meth:`~yarl.URL.joinpath` -- by :user:`mjpieters`. diff --git a/CHANGES/866.bugfix.rst b/CHANGES/866.bugfix.rst new file mode 120000 index 00000000..96747281 --- /dev/null +++ b/CHANGES/866.bugfix.rst @@ -0,0 +1 @@ +862.bugfix.rst \ No newline at end of file diff --git a/CHANGES/871.bugfix.rst b/CHANGES/871.bugfix.rst index 97b8a2ba..4252a5d0 100644 --- a/CHANGES/871.bugfix.rst +++ b/CHANGES/871.bugfix.rst @@ -1 +1 @@ -Started accepting string subclasses in ``__truediv__()`` operations (``URL / segment``). +Started accepting string subclasses in ``__truediv__()`` operations (``URL / segment``) -- by :user:`mjpieters`. diff --git a/CHANGES/876.bugfix.rst b/CHANGES/876.bugfix.rst index ef62c7ed..98421b33 100644 --- a/CHANGES/876.bugfix.rst +++ b/CHANGES/876.bugfix.rst @@ -1 +1 @@ -Fixed the human representation of URLs with square brackets in usernames and passwords. +Fixed the human representation of URLs with square brackets in usernames and passwords -- by :user:`mjpieters`. diff --git a/CHANGES/881.contrib.rst b/CHANGES/881.contrib.rst index e13d7d07..1760fd3f 100644 --- a/CHANGES/881.contrib.rst +++ b/CHANGES/881.contrib.rst @@ -1 +1 @@ -Started testing *yarl* against Python 3.12 in CI. +Started testing *yarl* against Python 3.12 in CI -- by :user:`mjpieters`. diff --git a/CHANGES/882.bugfix.rst b/CHANGES/882.bugfix.rst new file mode 120000 index 00000000..fa5fe286 --- /dev/null +++ b/CHANGES/882.bugfix.rst @@ -0,0 +1 @@ +876.bugfix.rst \ No newline at end of file diff --git a/CHANGES/884.bugfix.rst b/CHANGES/884.bugfix.rst new file mode 120000 index 00000000..1f20a705 --- /dev/null +++ b/CHANGES/884.bugfix.rst @@ -0,0 +1 @@ +871.bugfix.rst \ No newline at end of file diff --git a/CHANGES/886.packaging.rst b/CHANGES/886.packaging.rst index 512f84de..65f63523 100644 --- a/CHANGES/886.packaging.rst +++ b/CHANGES/886.packaging.rst @@ -1,2 +1,2 @@ Declared modern ``setuptools.build_meta`` as the :pep:`517` build -backend in :file:`pyproject.toml` explicitly. +backend in :file:`pyproject.toml` explicitly -- by :user:`webknjaz`. diff --git a/CHANGES/890.packaging.rst b/CHANGES/890.packaging.rst index 83ac282b..4f8e483c 100644 --- a/CHANGES/890.packaging.rst +++ b/CHANGES/890.packaging.rst @@ -1 +1,2 @@ -Converted most of the packaging setup into a declarative :file:`setup.cfg` config. +Converted most of the packaging setup into a declarative :file:`setup.cfg` +config -- by :user:`webknjaz`. diff --git a/CHANGES/891.bugfix.rst b/CHANGES/891.bugfix.rst index 7d1dc075..0488df95 100644 --- a/CHANGES/891.bugfix.rst +++ b/CHANGES/891.bugfix.rst @@ -1,2 +1,3 @@ -Updated type hints to include ``URL.missing_port()``, ``URL.__bytes__()`` and -the ``encoding`` argument to :py:meth:`~yarl.URL.joinpath`. +Updated type hints to include ``URL.missing_port()``, ``URL.__bytes__()`` +and the ``encoding`` argument to :py:meth:`~yarl.URL.joinpath` +-- by :user:`mjpieters`.