pump version 0.4.0 M1 release
This commit is contained in:
parent
b7690b1668
commit
077621b771
|
@ -1,5 +1,16 @@
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
* **v0.4.0 M1**
|
||||||
|
Changes:
|
||||||
|
* moved xorm cmd to github.com/go-xorm/cmd [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)
|
||||||
|
* moved tests to github.com/go-xorm/tests [github.com/go-xorm/tests](github.com/go-xorm/tests)
|
||||||
|
|
||||||
|
Improvements:
|
||||||
|
* Prepared statement cache
|
||||||
|
* Add Incr API
|
||||||
|
* Specify Timezone Location
|
||||||
|
|
||||||
* **v0.3.2**
|
* **v0.3.2**
|
||||||
Improvements:
|
Improvements:
|
||||||
* Add AllCols & MustCols function
|
* Add AllCols & MustCols function
|
||||||
|
|
Loading…
Reference in New Issue