Skip to content

Commit

Permalink
📝 Add bylines to all change notes
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Nov 17, 2023
1 parent be526ce commit d2e090d
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGES/829.packaging.rst
Original file line number Diff line number Diff line change
@@ -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`.
2 changes: 1 addition & 1 deletion CHANGES/862.bugfix.rst
Original file line number Diff line number Diff line change
@@ -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`.
1 change: 1 addition & 0 deletions CHANGES/866.bugfix.rst
2 changes: 1 addition & 1 deletion CHANGES/871.bugfix.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Started accepting string subclasses in ``__truediv__()`` operations (``URL / segment``).
Started accepting string subclasses in ``__truediv__()`` operations (``URL / segment``) -- by :user:`mjpieters`.
2 changes: 1 addition & 1 deletion CHANGES/876.bugfix.rst
Original file line number Diff line number Diff line change
@@ -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`.
2 changes: 1 addition & 1 deletion CHANGES/881.contrib.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Started testing *yarl* against Python 3.12 in CI.
Started testing *yarl* against Python 3.12 in CI -- by :user:`mjpieters`.
1 change: 1 addition & 0 deletions CHANGES/882.bugfix.rst
1 change: 1 addition & 0 deletions CHANGES/884.bugfix.rst
2 changes: 1 addition & 1 deletion CHANGES/886.packaging.rst
Original file line number Diff line number Diff line change
@@ -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`.
3 changes: 2 additions & 1 deletion CHANGES/890.packaging.rst
Original file line number Diff line number Diff line change
@@ -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`.
5 changes: 3 additions & 2 deletions CHANGES/891.bugfix.rst
Original file line number Diff line number Diff line change
@@ -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`.

0 comments on commit d2e090d

Please sign in to comment.