RELEASE updates

This commit is contained in:
john
2018-10-24 09:41:33 +08:00
parent 4ee5498dcb
commit 745b85f7bd

View File

@ -132,7 +132,7 @@
6、去掉gpool中math.MAXINT64常量的使用以修复int64到int类型的转换错误兼容32位系统
7、修正ghttp包没有使用Server仍然初始化相关异步goroutine的问题
# `v1.0.898 stable` (2018-10-23)
# `v1.0.898 stable` (2018-10-24)
## 新特性
1. `gf-orm`增加`sqlite`数据库类型支持([http://gf.johng.cn/database/orm/database](http://gf.johng.cn/database/orm/database))