update xorm 0.3.2 changelog
This commit is contained in:
parent
69701b973d
commit
58cdbaeab0
|
@ -43,7 +43,8 @@ Drivers for Go's sql package which currently support database/sql includes:
|
||||||
|
|
||||||
* **v0.3.2**
|
* **v0.3.2**
|
||||||
Improvements:
|
Improvements:
|
||||||
* Add MustCols function
|
* Add AllCols & MustCols function
|
||||||
|
* Add TableName for custom table name
|
||||||
|
|
||||||
Bug Fixes:
|
Bug Fixes:
|
||||||
* #46
|
* #46
|
||||||
|
|
13
README_CN.md
13
README_CN.md
|
@ -42,6 +42,19 @@ xorm是一个简单而强大的Go语言ORM库. 通过它可以使数据库操作
|
||||||
|
|
||||||
## 更新日志
|
## 更新日志
|
||||||
|
|
||||||
|
* **v0.3.2**
|
||||||
|
Improvements:
|
||||||
|
* Add AllCols & MustCols function
|
||||||
|
* Add TableName for custom table name
|
||||||
|
|
||||||
|
Bug Fixes:
|
||||||
|
* #46
|
||||||
|
* #51
|
||||||
|
* #53
|
||||||
|
* #89
|
||||||
|
* #86
|
||||||
|
* #92
|
||||||
|
|
||||||
* **v0.3.1**
|
* **v0.3.1**
|
||||||
|
|
||||||
新特性:
|
新特性:
|
||||||
|
|
|
@ -1,5 +1,18 @@
|
||||||
## 更新日志
|
## 更新日志
|
||||||
|
|
||||||
|
* **v0.3.2**
|
||||||
|
Improvements:
|
||||||
|
* Add AllCols & MustCols function
|
||||||
|
* Add TableName for custom table name
|
||||||
|
|
||||||
|
Bug Fixes:
|
||||||
|
* #46
|
||||||
|
* #51
|
||||||
|
* #53
|
||||||
|
* #89
|
||||||
|
* #86
|
||||||
|
* #92
|
||||||
|
|
||||||
* **v0.3.1**
|
* **v0.3.1**
|
||||||
|
|
||||||
新特性:
|
新特性:
|
||||||
|
|
Loading…
Reference in New Issue