This commit is contained in:
Lunny Xiao 2015-01-23 16:30:59 +08:00
parent 872633e699
commit b2bf858c0e
1 changed files with 4 additions and 10 deletions

View File

@ -44,16 +44,10 @@ xorm是一个简单而强大的Go语言ORM库. 通过它可以使数据库操作
## 更新日志 ## 更新日志
* **v0.4.0 RC1** * **v0.4.2**
新特性: 新特性:
* 移动xorm cmd [github.com/go-xorm/cmd](github.com/go-xorm/cmd) * deleted标记
* 在重构一般DB操作核心库 [github.com/go-xorm/core](https://github.com/go-xorm/core) * bug fixed
* 移动测试github.com/复XORM/测试 [github.com/go-xorm/tests](github.com/go-xorm/tests)
改进:
* Prepared statement 缓存
* 添加 Incr API
* 指定时区位置
[更多更新日志...](https://github.com/go-xorm/manual-zh-CN/tree/master/chapter-16) [更多更新日志...](https://github.com/go-xorm/manual-zh-CN/tree/master/chapter-16)