diff --git a/docs/update/build-update.md b/docs/update/build-update.md index 0c289d97..81581137 100644 --- a/docs/update/build-update.md +++ b/docs/update/build-update.md @@ -4,6 +4,11 @@ 同时此处将只使用 build 版本号进行区分。 +## build 434 (2022-1-8) + +- 修复框架在 PHP 8.1 下运行时的一些问题 +- 新增 Console 日志输出到文件的功能 + ## build 433 (2021-12-28) - 修复 OneBotV11 因 IDE 自动优化导致 API 接口发生变化的问题 diff --git a/docs/update/config.md b/docs/update/config.md index 6df70dda..94ddd5bf 100644 --- a/docs/update/config.md +++ b/docs/update/config.md @@ -2,6 +2,10 @@ 这里将会记录各个主版本的框架升级后,涉及 `global.php` 的更新日志,你可以根据这里描述的内容与你的旧配置文件进行合并。 +## v2.6.6 (build 434) + +- 新增 `$config['runtime']` 下的 `save_console_log_file` 项。 + ## v2.6.0 (build 427) - 新增 `$config['runtime']` 下的 `reload_delay_time`、`global_middleware_binding` 项。 diff --git a/docs/update/v2.md b/docs/update/v2.md index 1497e65d..1e94a6cb 100644 --- a/docs/update/v2.md +++ b/docs/update/v2.md @@ -1,5 +1,12 @@ # 更新日志(v2 版本) +## v2.6.6(build 434) + +> 更新时间:2022.1.8 + +- 修复框架在 PHP 8.1 下运行时的一些问题 +- 新增 Console 日志输出到文件的功能 + ## v2.6.5(build 433) > 更新时间:2021.12.28