Changelog

This commit is contained in:
Chris Tsang 2022-03-22 23:21:18 +08:00
parent e80aa07c7c
commit 474d47a929

View File

@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* Supports `time` crate https://github.com/SeaQL/sea-orm/pull/602
* Allow for creation of indexes for PostgeSQL and SQLite https://github.com/SeaQL/sea-orm/pull/593
* Add Send bound to `QueryStream` and `TransactionStream` https://github.com/SeaQL/sea-orm/pull/471
* Added `delete_by_id` https://github.com/SeaQL/sea-orm/pull/590
### Breaking changes