Update Changelog.md

This commit is contained in:
Nash Tsai 2014-04-14 15:44:32 +08:00
parent dfcb1a9541
commit 5ace07aaef
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
* Add MustCols function * Add MustCols function
Bug Fixes: Bug Fixes:
* #53 * [issues/85](#53)
* #89 * #89
* #86 * #86
* #92 * #92
@ -37,4 +37,4 @@
* **v0.1.3** : Find function now supports both slice and map; Add Table function for multi tables and temperory tables support * **v0.1.3** : Find function now supports both slice and map; Add Table function for multi tables and temperory tables support
* **v0.1.2** : Insert function now supports both struct and slice pointer parameters, batch inserting and auto transaction * **v0.1.2** : Insert function now supports both struct and slice pointer parameters, batch inserting and auto transaction
* **v0.1.1** : Add Id, In functions and improved README * **v0.1.1** : Add Id, In functions and improved README
* **v0.1.0** : Inital release. * **v0.1.0** : Inital release.