|
1 | 1 | Changes |
2 | 2 | ======= |
3 | 3 |
|
| 4 | +45.0 (Unreleased) |
| 5 | +----------------- |
| 6 | +* Replace ``cmarkgfm`` with ``comrak`` (#340) |
| 7 | +* Support footnotes in Markdown (#324) |
| 8 | +* Support inline link anchors (#351) |
| 9 | +* Allow ``class`` attribute on ``<pre>`` tags (#365) |
| 10 | + |
| 11 | +* Advertise support for Python 3.13 (#319), Python 3.14 (#333), pypy 3.11 (#334) |
| 12 | +* Remove support for Python 3.9, pypy 3.9, 3.10 (#342) |
| 13 | +* Remove `python3` alias from Pygments (#320) |
| 14 | +* Fix test suite for Pygments update (#325) |
| 15 | +* Fix mypy annotations (#328) |
| 16 | +* Fix test failure with docutils 0.22 (#332) |
| 17 | +* Fix package metadata (#327), (#337), (#356) |
| 18 | +* Fix ignored allowlists on ``clean()`` (#368) |
| 19 | +* Don't abort reStructuredText rendering when a ``:scale:`` image can't be sized (#359) |
| 20 | +* Disable active input controls in rendered output (#370) |
| 21 | +* Remove executable bit from tests (#329) |
| 22 | +* Update Dependabot config (#338, #358), update workflows (#343), prevent dual run (#344) |
| 23 | +* CI: security updates (#354) |
| 24 | +* Split apart build and release in CI (#363) |
| 25 | +* Speed up test execution (#349) |
| 26 | +* Fix documentation typos and formatting (#352) |
| 27 | +* Replace Gitpod with devcontainer (#326) |
| 28 | +* Convert package data config from exclude to include (#364) |
| 29 | +* Apply ruff/pyupgrade rules (UP) (#330) |
| 30 | +* Apply ruff (RUF) and tryceratops (TRY) rules (#336) |
| 31 | +* Run ruff in addition to flake8 during CI (#355) |
| 32 | + |
4 | 33 | 44.0 (2024-07-08) |
5 | 34 | ----------------- |
6 | 35 |
|
|
0 commit comments