@@ -14,6 +14,62 @@ Changelog
14
14
15
15
.. towncrier release notes start
16
16
17
+ 1.5.0 (2024-10-22)
18
+ ==================
19
+
20
+ Bug fixes
21
+ ---------
22
+
23
+ - An incorrect signature of the ``__class_getitem__ `` class method
24
+ has been fixed, adding a missing ``class_item `` argument under
25
+ Python 3.8 and older.
26
+
27
+ This change also improves the code coverage of this method that
28
+ was previously missing -- by :user: `webknjaz `.
29
+
30
+
31
+ *Related issues and pull requests on GitHub: *
32
+ :issue: `567 `, :issue: `571 `.
33
+
34
+
35
+ Improved documentation
36
+ ----------------------
37
+
38
+ - Rendered issue, PR, and commit links now lead to
39
+ ``frozenlist ``'s repo instead of ``yarl ``'s repo.
40
+
41
+
42
+ *Related issues and pull requests on GitHub: *
43
+ :issue: `573 `.
44
+
45
+ - On the :doc: `Contributing docs <contributing/guidelines >` page,
46
+ a link to the ``Towncrier philosophy `` has been fixed.
47
+
48
+
49
+ *Related issues and pull requests on GitHub: *
50
+ :issue: `574 `.
51
+
52
+
53
+ Packaging updates and notes for downstreams
54
+ -------------------------------------------
55
+
56
+ - A name of a temporary building directory now reflects
57
+ that it's related to ``frozenlist ``, not ``yarl ``.
58
+
59
+
60
+ *Related issues and pull requests on GitHub: *
61
+ :issue: `573 `.
62
+
63
+ - Declared Python 3.13 supported officially in the distribution package metadata.
64
+
65
+
66
+ *Related issues and pull requests on GitHub: *
67
+ :issue: `595 `.
68
+
69
+
70
+ ----
71
+
72
+
17
73
1.4.1 (2023-12-15)
18
74
==================
19
75
0 commit comments