From 14bb0240cce2a218d80e609458b1f1095f8e3986 Mon Sep 17 00:00:00 2001 From: yige Date: Wed, 19 Jul 2017 19:40:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1c011f7..58c0906 100644 --- a/README.md +++ b/README.md @@ -516,6 +516,11 @@ request.post('/api').form({key:'value'}), function(err,httpResponse,body){ /* .. 更新说明 -------- +*v0.2.1 2017年07月19日19:38:19* + +1. 移除MySQL模块(重复了)。 +2. 添加更详细的说明。 + *v0.2 2017年07月16日22:48:34* 1. 升级koa为2.3.0版本。