From dbc5f8aba1d35d8b232502526154bd523f68dfbe Mon Sep 17 00:00:00 2001 From: "noneflow[bot]" <129742071+noneflow[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 11:44:16 +0000 Subject: [PATCH] :memo: Update changelog --- website/src/changelog/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/src/changelog/changelog.md b/website/src/changelog/changelog.md index b804035c..e4e2270f 100644 --- a/website/src/changelog/changelog.md +++ b/website/src/changelog/changelog.md @@ -9,6 +9,7 @@ toc_max_heading_level: 2 ### 🚀 新功能 +- Feature: 允许插件从环境变量中读取配置项并支持 alias [@AzideCupric](https://github.com/AzideCupric) ([#3673](https://github.com/nonebot/nonebot2/pull/3673)) - Feature: 更新 NB-CLI 新版插件加载格式与文档 [@NCBM](https://github.com/NCBM) ([#3614](https://github.com/nonebot/nonebot2/pull/3614)) ### 🐛 Bug 修复