update docs

This commit is contained in:
crazywhalecc 2022-07-03 14:12:04 +08:00
parent 0fa49171b9
commit 47cca37854
2 changed files with 15 additions and 0 deletions

View File

@ -4,6 +4,14 @@
同时此处将只使用 build 版本号进行区分。
## build 475 (2022-7-3)
- 修复 `match_args` 全局方法对于 `0` 字符串处理的 Bug#136
## build 474 (2022-5-21)
- 修复 WebSocket 连接时报错的 Bug
## build 473 (2022-5-7)
- 修复 `server:stop` 命令下部分情况报错的问题

View File

@ -1,5 +1,12 @@
# 更新日志v2 版本)
## v2.8.1build 475
> 更新时间2022.7.3
- 修复 WebSocket 连接时报错的 Bug
- 修复 `match_args` 全局方法对于 `0` 字符串处理的 Bug#136
## v2.8.0build 473
> 更新时间2022.5.7