From edc86639497a1410eb7640a03eac18616c5808f3 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 9 Apr 2026 23:34:29 +0800 Subject: [PATCH] bugfix --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fc8e85b..e2dd9ad 100755 --- a/README.md +++ b/README.md @@ -442,6 +442,9 @@ async with db.sqlorContext('dbname') as sor: ## Change logs +### 1.2.0 +Use uvloop, httptools to speed up + ### 1.0.8 #### server_error(errcode) add a new global function named "server_error(errcode)", it will raise a HTTPException, errcode should be one of: