From fd65f928d63bbb8646482842f46bc610da9cfa81 Mon Sep 17 00:00:00 2001 From: "TURNIP\\86155" <643807741@qq.com> Date: Mon, 13 Jul 2026 10:11:00 +0800 Subject: [PATCH] docs: add v1.0.0 changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..decdc9a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# Changelog + +## v1.0.0 + +- Integrated login feature after resolving the configuration conflict. +- Added login test cases after rebasing the test branch on the latest main branch.