|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## 4.0.0 - 2024年08月10日 |
| 4 | + |
| 5 | +This primarily drops support for Python 3.9, adds support for Python 3.13, |
| 6 | +and updates the parser to comply with Commonmark 0.31.2 and Markdown-It v14.1.0. |
| 7 | + |
| 8 | +* ⬆️ Drop support for Python 3.9 in [#360](https://github.com/executablebooks/markdown-it-py/pull/360) |
| 9 | +* ⬆️ Comply with Commonmark 0.31.2 in [#362](https://github.com/executablebooks/markdown-it-py/pull/362) |
| 10 | +* 👌 Improve performance of "text" inline rule in [#347](https://github.com/executablebooks/markdown-it-py/pull/347) |
| 11 | +* 👌 Use `str.removesuffix` in [#348](https://github.com/executablebooks/markdown-it-py/pull/348) |
| 12 | +* 👌 limit the number of autocompleted cells in a table in [#364](https://github.com/executablebooks/markdown-it-py/pull/364) |
| 13 | +* 👌 fix quadratic complexity in reference parser in [#367](https://github.com/executablebooks/markdown-it-py/pull/367) |
| 14 | +* 🐛 Fix emphasis inside raw links bugs in [#320](https://github.com/executablebooks/markdown-it-py/pull/320) |
| 15 | + |
| 16 | +**Full Changelog**: <https://github.com/executablebooks/markdown-it-py/compare/v3.0.0...v4.0.0> |
| 17 | + |
3 | 18 | ## 3.0.0 - 2023年06月03日
|
4 | 19 |
|
5 | 20 | ⚠️ This release contains some minor breaking changes in the internal API and improvements to the parsing strictness.
|
|
0 commit comments