From d2e090d4db74b9c77165175df0644ab0ec72f097 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Sat, 18 Nov 2023 00:49:49 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20bylines=20to=20all=20chang?= =?UTF-8?q?e=20notes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES/829.packaging.rst | 2 +- CHANGES/862.bugfix.rst | 2 +- CHANGES/866.bugfix.rst | 1 + CHANGES/871.bugfix.rst | 2 +- CHANGES/876.bugfix.rst | 2 +- CHANGES/881.contrib.rst | 2 +- CHANGES/882.bugfix.rst | 1 + CHANGES/884.bugfix.rst | 1 + CHANGES/886.packaging.rst | 2 +- CHANGES/890.packaging.rst | 3 ++- CHANGES/891.bugfix.rst | 5 +++-- 11 files changed, 14 insertions(+), 9 deletions(-) create mode 120000 CHANGES/866.bugfix.rst create mode 120000 CHANGES/882.bugfix.rst create mode 120000 CHANGES/884.bugfix.rst 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`.