From b69bdb424a8e44737bba3b3e461062e4beb80749 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Tue, 18 Mar 2025 21:28:15 -0500 Subject: [PATCH] CHANGELOG for v2.0.2 Signed-off-by: Brian S. Stephan --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a51148b..934292e 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.2 + +### Bugfixes + +* Paths for files in the `pages/` root no longer have an extra `./` in them, which made URLs look ugly and also added an + extra blank breadcrumb in the breadcrumbs. + +### Improvements + +* `custom-static` in the instance dir is now ignored and has no special handling --- put static files in `pages/static/` + like all the other files that get copied. This also fixes a bug where the build errored if the directory didn't exist. +* Some README typos fixed. + ## v2.0.1 ### Improvements