Skip to content

Commit d6a3528

Browse files
DenverCoder1akx
authored andcommitted
docs(changes): Fix broken issue links
1 parent a30d7cf commit d6a3528

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

CHANGES.rst

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,35 +13,35 @@ Upcoming deprecation
1313
Improvements
1414
~~~~~~~~~~~~
1515

16-
* Support for hex escapes in JavaScript string literals :gh:`#877` - Przemyslaw Wegrzyn
17-
* Add support for formatting decimals in compact form :gh:`#909` - Jonah Lawrence
18-
* Adapt parse_date to handle ISO dates in ASCII format :gh:`#842` - Eric L.
19-
* Use `ast` instead of `eval` for Python string extraction :gh:`#915` - Aarni Koskela
16+
* Support for hex escapes in JavaScript string literals :gh:`877` - Przemyslaw Wegrzyn
17+
* Add support for formatting decimals in compact form :gh:`909` - Jonah Lawrence
18+
* Adapt parse_date to handle ISO dates in ASCII format :gh:`842` - Eric L.
19+
* Use `ast` instead of `eval` for Python string extraction :gh:`915` - Aarni Koskela
2020
* This also enables extraction from static f-strings.
2121
F-strings with expressions are silently ignored (but won't raise an error as they used to).
2222

2323
Infrastructure
2424
~~~~~~~~~~~~~~
2525

26-
* Tests: Use regular asserts and ``pytest.raises()`` :gh:`#875` – Aarni Koskela
27-
* Wheels are now built in GitHub Actions :gh:`#888` – Aarni Koskela
28-
* Small improvements to the CLDR downloader script :gh:`#894` – Aarni Koskela
29-
* Remove antiquated `__nonzero__` methods :gh:`#896` - Nikita Sobolev
30-
* Remove superfluous `__unicode__` declarations :gh:`#905` - Lukas Juhrich
31-
* Mark package compatible with Python 3.11 :gh:`#913` - Aarni Koskela
32-
* Quiesce pytest warnings :gh:`#916` - Aarni Koskela
26+
* Tests: Use regular asserts and ``pytest.raises()`` :gh:`875` – Aarni Koskela
27+
* Wheels are now built in GitHub Actions :gh:`888` – Aarni Koskela
28+
* Small improvements to the CLDR downloader script :gh:`894` – Aarni Koskela
29+
* Remove antiquated `__nonzero__` methods :gh:`896` - Nikita Sobolev
30+
* Remove superfluous `__unicode__` declarations :gh:`905` - Lukas Juhrich
31+
* Mark package compatible with Python 3.11 :gh:`913` - Aarni Koskela
32+
* Quiesce pytest warnings :gh:`916` - Aarni Koskela
3333

3434
Bugfixes
3535
~~~~~~~~
3636

37-
* Use email.Message for pofile header parsing instead of the deprecated ``cgi.parse_header`` function. :gh:`#876` – Aarni Koskela
38-
* Remove determining time zone via systemsetup on macOS :gh:`#914` - Aarni Koskela
37+
* Use email.Message for pofile header parsing instead of the deprecated ``cgi.parse_header`` function. :gh:`876` – Aarni Koskela
38+
* Remove determining time zone via systemsetup on macOS :gh:`914` - Aarni Koskela
3939

4040
Documentation
4141
~~~~~~~~~~~~~
4242

43-
* Update Python versions in documentation :gh:`#898` - Raphael Nestler
44-
* Align BSD-3 license with OSI template :gh:`#912` - Lukas Kahwe Smith
43+
* Update Python versions in documentation :gh:`898` - Raphael Nestler
44+
* Align BSD-3 license with OSI template :gh:`912` - Lukas Kahwe Smith
4545

4646
Version 2.10.3
4747
--------------

0 commit comments

Comments
 (0)