add a CHANGELOG

Two version tags existed with no record of what was in them. Since
neither was ever released, the first entry describes 0.3.0 against what
people are actually running rather than against a previous release.

The redirect column change leads, because it is the one thing here that
will break code someone else has written.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-13 16:16:22 -07:00
parent 0fa8b3d9ba
commit 8bd6c2e129
2 changed files with 74 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ packages = ["src/wikiq"]
include = [
"src/wikiq",
"README.md",
"CHANGELOG.md",
"COPYING",
"pyproject.toml",
]