From d66a471c76a4467241b36d846396e1402eedbd74 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Thu, 18 Sep 2025 16:12:04 -0500 Subject: [PATCH] Changelog for v2.0.5 Signed-off-by: Brian S. Stephan --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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