From 2d48c1272af5986c24059a1c276d5a1b18e97e03 Mon Sep 17 00:00:00 2001 From: Bo Date: Thu, 19 Feb 2026 16:20:00 +0800 Subject: [PATCH] docs: add changelog --- docs/CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/CHANGELOG.md diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md new file mode 100644 index 0000000..c479b2f --- /dev/null +++ b/docs/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. + +## Unreleased + +### Added + +- Contribution guidelines and changelog documentation.