Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
update xorm 0.3.2 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nashtsai committed Apr 16, 2014
1 parent 69701b9 commit 58cdbae
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ Drivers for Go's sql package which currently support database/sql includes:

* **v0.3.2**
Improvements:
* Add MustCols function
* Add AllCols & MustCols function
* Add TableName for custom table name

Bug Fixes:
* #46
Expand Down
13 changes: 13 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

新特性:
Expand Down
13 changes: 13 additions & 0 deletions docs/ChangelogCN.md
Original file line number Diff line number Diff line change
@@ -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**

新特性:
Expand Down

0 comments on commit 58cdbae

Please sign in to comment.