From 97f31837edf6021b356fcaf2f6f2ee160b7609e7 Mon Sep 17 00:00:00 2001 From: Nash Tsai Date: Mon, 21 Apr 2014 10:07:36 +0800 Subject: [PATCH] update readme --- README_CN.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README_CN.md b/README_CN.md index d40939cb..c8f3f180 100644 --- a/README_CN.md +++ b/README_CN.md @@ -44,21 +44,21 @@ xorm是一个简单而强大的Go语言ORM库. 通过它可以使数据库操作 * **v0.4.0 RC1** 新特性: - *移动xorm cmd [github.com/go-xorm/cmd](github.com/go-xorm/cmd) - *在重构一般DB操作核心库 [github.com/go-xorm/core](https://github.com/go-xorm/core) - *移动测试github.com/复XORM/测试 [github.com/go-xorm/tests](github.com/go-xorm/tests) + * 移动xorm cmd [github.com/go-xorm/cmd](github.com/go-xorm/cmd) + * 在重构一般DB操作核心库 [github.com/go-xorm/core](https://github.com/go-xorm/core) + * 移动测试github.com/复XORM/测试 [github.com/go-xorm/tests](github.com/go-xorm/tests) 改进: - *Prepared statement 缓存 - *添加 Incr API - *指定时区位置 + * Prepared statement 缓存 + * 添加 Incr API + * 指定时区位置 * **v0.3.2** - Improvements: + 新特性: * Add AllCols & MustCols function * Add TableName for custom table name - Bug Fixes: + Bug 修复: * #46 * #51 * #53