@@ -10,28 +10,28 @@ and this project adheres to the
10
10
[ Python Version Specification] ( https://packaging.python.org/en/latest/specifications/version-specifiers/ ) .
11
11
See the [ Contributing Guide] ( contributing.md ) for details.
12
12
13
- ## [ Unreleased ]
13
+ ## [ 3.9.0 ] - 2025年09月04日
14
14
15
15
### Changed
16
16
17
17
* Footnotes are now ordered by the occurrence of their references in the
18
18
document. A new configuration option for the footnotes extension,
19
19
` USE_DEFINITION_ORDER ` , has been added to support restoring the previous
20
- behavior of ordering footnotes by the occurrence of definitions.
20
+ behavior of ordering footnotes by the occurrence of definitions ( # 1367 ) .
21
21
22
22
### Fixed
23
23
24
- * Ensure inline processing iterates through elements in document order.
25
- * Fix handling of incomplete HTML tags in code spans in Python 3.14.
24
+ * Ensure inline processing iterates through elements in document order ( # 1546 ) .
25
+ * Fix handling of incomplete HTML tags in code spans in Python 3.14 ( # 1547 ) .
26
26
27
27
## [ 3.8.2] - 2025年06月19日
28
28
29
29
### Fixed
30
30
31
- * Fix ` codecs ` deprecation in Python 3.14.
32
- * Fix issue with unclosed comment parsing in Python 3.14.
33
- * Fix issue with unclosed declarations in Python 3.14.
34
- * Fix issue with unclosed HTML tag ` <foo ` and Python 3.14.
31
+ * Fix ` codecs ` deprecation in Python 3.14 ( # 1537 ) .
32
+ * Fix issue with unclosed comment parsing in Python 3.14 ( # 1537 ) .
33
+ * Fix issue with unclosed declarations in Python 3.14 ( # 1537 ) .
34
+ * Fix issue with unclosed HTML tag ` <foo ` and Python 3.14 ( # 1537 ) .
35
35
36
36
## [ 3.8.1] - 2025年06月18日
37
37
0 commit comments