Bug fixes
-
An incorrect signature of the
__class_getitem__
class method
has been fixed, adding a missingclass_item
argument under
Python 3.8 and older.This change also improves the code coverage of this method that
was previously missing -- by :user:webknjaz
.
Improved documentation
-
Rendered issue, PR, and commit links now lead to
frozenlist
's repo instead ofyarl
's repo.Related issues and pull requests on GitHub:
#573. -
On the :doc:
Contributing docs <contributing/guidelines>
page,
a link to theTowncrier philosophy
has been fixed.Related issues and pull requests on GitHub:
#574.
Packaging updates and notes for downstreams
-
A name of a temporary building directory now reflects
that it's related tofrozenlist
, notyarl
.Related issues and pull requests on GitHub:
#573. -
Declared Python 3.13 supported officially in the distribution package metadata.
Related issues and pull requests on GitHub:
#595.