pump version 0.4.0 M1 release

This commit is contained in:
Nash Tsai 2014-04-17 23:22:32 +08:00
parent b7690b1668
commit 077621b771
2 changed files with 12 additions and 1 deletions

View File

@ -1 +1 @@
xorm v0.4.0
xorm v0.4.0 M1

View File

@ -1,5 +1,16 @@
## 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**
Improvements:
* Add AllCols & MustCols function