From e75d5c48d2f085ab15a44a880478e7751b21d00a Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Fri, 21 Mar 2025 08:36:15 -0500 Subject: [PATCH] changelog for v2.0.3, though I forgot to put it in the tag Signed-off-by: Brian S. Stephan --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 934292e..ae8c8fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ Included is a summary of changes to the project, by version. Details can be found in the commit history. +## v2.0.3 + +### Bugfixes + +* Symlinks for a `.md` file that are to be served by the web server also need a `.html` symlink pointed to the generated + file, since the web server is looking for HTML files when serving paths. + +### Miscellaneous + +* The project now comes with the GPLv3 "or any later version" clause. + ## v2.0.2 ### Bugfixes