Changelog

This commit is contained in:
Chris Tsang 2022-03-21 00:50:05 +08:00
parent 0c0083adfa
commit fb3d3995bb

View File

@ -12,10 +12,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* Codegen add serde derives to enums, if specified https://github.com/SeaQL/sea-orm/pull/463 * Codegen add serde derives to enums, if specified https://github.com/SeaQL/sea-orm/pull/463
* 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
### Breaking changes ### Breaking changes
* Exclude `mock` from default features https://github.com/SeaQL/sea-orm/pull/562 * Exclude `mock` from default features https://github.com/SeaQL/sea-orm/pull/562
* `create_table_from_entity` will no longer create index for MySQL, please use the new method `create_index_from_entity`
## 0.6.0 - 2022-02-07 ## 0.6.0 - 2022-02-07