From 3968c4799cde1d97af3ad512acc33ea891298da5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E9=9B=85=20misaki=20masa?= Date: Fri, 8 May 2026 08:57:50 +0800 Subject: [PATCH] docs: rename `id` of the fetcher rule to `group` (#3943) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d98db425..d4acfeea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/): - Make `ui.Style` immutable ([#3862]) - Remove `title_format` in favor of new `ind-app-title` DDS event for flexible title customization ([#3684]) - Remove `micro_workers` and `macro_workers` in favor of finer control over concurrent workers ([#3661]) +- Rename `id` of the fetcher rule to `group` ([#3943]) ### Deprecated @@ -1714,3 +1715,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/): [#3901]: https://github.com/sxyazi/yazi/pull/3901 [#3906]: https://github.com/sxyazi/yazi/pull/3906 [#3934]: https://github.com/sxyazi/yazi/pull/3934 +[#3943]: https://github.com/sxyazi/yazi/pull/3943