update docs

This commit is contained in:
crazywhalecc
2022-08-03 17:14:40 +08:00
parent b94bbbca20
commit af75fc2f94
5 changed files with 18 additions and 6 deletions

View File

@@ -4,6 +4,10 @@
同时此处将只使用 build 版本号进行区分。
## build 476 (2022-8-3)
- `DataProvider::scanDirFiles()` 新增参数 `$include_dir`,用于控制非递归模式下是否包含目录
## build 475 (2022-7-3)
- 修复 `match_args` 全局方法对于 `0` 字符串处理的 Bug#136

View File

@@ -1,5 +1,11 @@
# 更新日志v2 版本)
## v2.8.2build 476
> 更新时间2022.8.3
- `DataProvider::scanDirFiles()` 新增参数 `$include_dir`,用于控制非递归模式下是否包含目录
## v2.8.1build 475
> 更新时间2022.7.3