From 1f25b18492464671bf9c71288447ffe006e96737 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Fri, 8 May 2026 08:54:50 +0800 Subject: [PATCH] docs: rename `id` of the fetcher rule to `group` --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d98db425..d7296df1 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` ### Deprecated