Skip to content

Commit 95f3f44

Browse files
committed
Start release notes for 3.5
1 parent b054a55 commit 95f3f44

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

docs/change_log/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: Change Log
33
Python-Markdown Change Log
44
=========================
55

6+
*under development*: version 3.5 ([Notes](release-3.5.md))
7+
8+
* Add TOC option `permalink_leading` (#1339)
9+
610
March 23, 2023: version 3.4.3 (a bug-fix release).
711

812
* Restore console script (#1327).

docs/change_log/release-3.5.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
title: Release Notes for v3.5
2+
3+
# Python-Markdown 3.5 Release Notes
4+
5+
Python-Markdown version 3.5 supports Python versions 3.7, 3.8, 3.9, 3.10,
6+
3.11 and PyPy3.
7+
8+
## New features
9+
10+
The following new features have been included in the 3.5 release:
11+
12+
* A new configuration option has been added to the
13+
[toc](../extensions/toc.md) extension (#1339):
14+
15+
* A new boolean option `permalink_leading` controls the position of
16+
the permanent link anchors generated with `permalink`. Setting
17+
`permalink_leading` to `True` will cause the links to be inserted
18+
at the start of the header, before any other header content. The
19+
default behavior for `permalink` is to append permanent links to
20+
the header, placing them after all other header content.

0 commit comments

Comments
 (0)