update changelog
This commit is contained in:
parent
3ef0b27d4a
commit
1b3785471f
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
* **v0.4.0 M1**
|
* **v0.4.0 M1**
|
||||||
Changes:
|
Changes:
|
||||||
* moved xorm cmd to github.com/go-xorm/cmd [github.com/go-xorm/cmd](github.com/go-xorm/cmd)
|
* moved xorm cmd to [github.com/go-xorm/cmd](github.com/go-xorm/cmd)
|
||||||
* refactored general DB operation a core lib at [github.com/go-xorm/core](https://github.com/go-xorm/core)
|
* refactored general DB operation a core lib at [github.com/go-xorm/core](https://github.com/go-xorm/core)
|
||||||
* moved tests to github.com/go-xorm/tests [github.com/go-xorm/tests](github.com/go-xorm/tests)
|
* moved tests to github.com/go-xorm/tests [github.com/go-xorm/tests](github.com/go-xorm/tests)
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,22 @@
|
||||||
## 更新日志
|
## 更新日志
|
||||||
|
|
||||||
|
* **v0.4.0 M1**
|
||||||
|
新特性:
|
||||||
|
*移动xorm cmd [github.com/go-xorm/cmd](github.com/go-xorm/cmd)
|
||||||
|
*在重构一般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)
|
||||||
|
|
||||||
|
改进:
|
||||||
|
*Prepared statement 缓存
|
||||||
|
*添加 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
|
||||||
|
|
Loading…
Reference in New Issue