This commit is contained in:
Chris Tsang 2021-08-23 02:23:50 +08:00
parent 7705c819c0
commit 5d472fda71

View File

@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- [[#81]] Support join on multiple columns - [[#81]] Support join on multiple columns
- [[#99]] Implement FromStr for ColumnTrait - [[#99]] Implement FromStr for ColumnTrait
[#68]: https://github.com/SeaQL/sea-query/issues/68
[#70]: https://github.com/SeaQL/sea-query/issues/70
[#80]: https://github.com/SeaQL/sea-query/issues/80
[#81]: https://github.com/SeaQL/sea-query/issues/81
[#99]: https://github.com/SeaQL/sea-query/issues/99
## 0.1.1 - 2021-08-08 ## 0.1.1 - 2021-08-08
- Early release of SeaORM - Early release of SeaORM