update readme

This commit is contained in:
Nash Tsai 2014-04-21 10:07:36 +08:00
parent 1a4556f2d6
commit 97f31837ed
1 changed files with 8 additions and 8 deletions

View File

@ -44,21 +44,21 @@ xorm是一个简单而强大的Go语言ORM库. 通过它可以使数据库操作
* **v0.4.0 RC1** * **v0.4.0 RC1**
新特性: 新特性:
*移动xorm cmd [github.com/go-xorm/cmd](github.com/go-xorm/cmd) * 移动xorm cmd [github.com/go-xorm/cmd](github.com/go-xorm/cmd)
*在重构一般DB操作核心库 [github.com/go-xorm/core](https://github.com/go-xorm/core) * 在重构一般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) * 移动测试github.com/复XORM/测试 [github.com/go-xorm/tests](github.com/go-xorm/tests)
改进: 改进:
*Prepared statement 缓存 * Prepared statement 缓存
*添加 Incr API * 添加 Incr API
*指定时区位置 * 指定时区位置
* **v0.3.2** * **v0.3.2**
Improvements: 新特性:
* Add AllCols & MustCols function * Add AllCols & MustCols function
* Add TableName for custom table name * Add TableName for custom table name
Bug Fixes: Bug 修复:
* #46 * #46
* #51 * #51
* #53 * #53