changelog for v2.0.3, though I forgot to put it in the tag

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2025-03-21 08:36:15 -05:00
parent 201cd80804
commit e75d5c48d2
Signed by: bss
GPG Key ID: 3DE06D3180895FCB

View File

@ -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