From 8866c1de11825b122d2106ca29cac034fcd3f2f1 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Tue, 30 May 2023 17:01:35 +0000 Subject: [PATCH] update changelog --- docs/update/v3.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/update/v3.md b/docs/update/v3.md index fd5e0fd5..8f3d3193 100644 --- a/docs/update/v3.md +++ b/docs/update/v3.md @@ -2,6 +2,22 @@ > 本页面由框架命令 `./zhamao generate:text update-log-md` 自动生成 +## v3.1.14 + +> 更新时间:2023-05-31 + +* 抽象数据库连接池的方法 by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#359](https://github.com/zhamao-robot/zhamao-framework/pull/359) + +**源码变更记录**: + +## v3.1.13 + +> 更新时间:2023-05-26 + +* 修复使用框架的计时器和计时器注解时内部使用协程导致报错的 Bug by [@crazywhalecc](https://github.com/crazywhalecc) in [PR#358](https://github.com/zhamao-robot/zhamao-framework/pull/358) + +**源码变更记录**: + ## v3.1.12 > 更新时间:2023-05-24