From 0ca036b4dfa68d3a12e4273801d7009edc0bf7ec Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Wed, 10 Jun 2026 19:07:24 +0800 Subject: Add repository migration notice to changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index ca57668..78698b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ### Release 0.2.0 (Unreleased) +> [!IMPORTANT] +> Starting from 0.2.0, Mingling's GitHub repository has been migrated from [catilgrass/mingling](https://github.com/catilgrass/mingling) to [mingling-rs/mingling](https://github.com/mingling-rs/mingling). +> +> Please note the change in repository address; +> +> the old address is no longer maintained, and all new Issues, PRs, and Releases will be conducted in the new repository. + #### Tests: 1. **\[core\] Added complete unit test coverage**, adding `#[cfg(test)]` test modules for 23 modules in `mingling_core` that previously lacked tests, covering: -- cgit