Changelog

This commit is contained in:
Chris Tsang 2022-03-21 01:25:31 +08:00
parent da7cc541eb
commit 2547275ff6

View File

@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* Codegen Unsigned Integer - 2 https://github.com/SeaQL/sea-orm/pull/397 * Codegen Unsigned Integer - 2 https://github.com/SeaQL/sea-orm/pull/397
* Supports `time` crate https://github.com/SeaQL/sea-orm/pull/602 * 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 * 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
### Breaking changes ### Breaking changes