Changelog for v2.0.5
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
parent
bbab9de1f6
commit
d66a471c76
13
CHANGELOG.md
13
CHANGELOG.md
@ -2,6 +2,19 @@
|
||||
|
||||
Included is a summary of changes to the project, by version. Details can be found in the commit history.
|
||||
|
||||
## v2.0.5
|
||||
|
||||
### Features
|
||||
|
||||
* The Markdown parser replaces links to e.g. `[Page](page.md)` with a href of `page`, rather than the Markdown source
|
||||
specifying a link of `page` explicitly. This allows for some improved site navigation when browsing the Markdown
|
||||
files, e.g. when going to files in Vim, or browsing a site in a Git web UI.
|
||||
|
||||
### Miscellaneous
|
||||
|
||||
* `tox.ini` also runs tests in a Python 3.13 environment now.
|
||||
* Some trivial bumps to CI requirements.
|
||||
|
||||
## v2.0.4
|
||||
|
||||
### Bugfixes
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user