diff --git a/CHANGELOG.md b/CHANGELOG.md index b1dbf0f..c8b36b9 100644 --- a/CHANGELOG.md +++ b/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