From 8bff9150039b4d94830e43d0688bc03c6a082e64 Mon Sep 17 00:00:00 2001 From: Sho Sakuma Date: Wed, 5 Aug 2026 04:37:05 +0900 Subject: docs: add changelog pages to the documentation site Release notes were written into the GitHub release body, which means they exist once, in English only, and are awkward to revise after publishing. Putting them on the site gives each release a Japanese and an English page that can be corrected later and linked from anywhere. The overview page states the versioning rules the version numbers alone do not convey: that dropping a supported platform is a MINOR bump, that the Paper and Velocity builds advance separately, and that the plugin version says nothing about compatibility. Co-Authored-By: Claude --- website/src/assets/changelog-default.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 website/src/assets/changelog-default.md (limited to 'website/src/assets') diff --git a/website/src/assets/changelog-default.md b/website/src/assets/changelog-default.md new file mode 100644 index 0000000..1e9be22 --- /dev/null +++ b/website/src/assets/changelog-default.md @@ -0,0 +1,26 @@ +--- +layout: doc +--- + +# vX.Y.Z + + + +## New Features + +## Improvements + +## Changes + +## Bug Fixes + +## Notes -- cgit v1.2.1