Changelog
This commit is contained in:
parent
433587f31a
commit
a786dfd616
30
CHANGELOG.md
30
CHANGELOG.md
@ -58,22 +58,6 @@ enum ColumnType {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### House keeping
|
|
||||||
|
|
||||||
* Documentation grammar fixes https://github.com/SeaQL/sea-orm/pull/1050
|
|
||||||
* Replace `dotenv` with `dotenvy` in examples https://github.com/SeaQL/sea-orm/pull/1085
|
|
||||||
* Exclude test_cfg module from SeaORM https://github.com/SeaQL/sea-orm/pull/1077
|
|
||||||
|
|
||||||
### Integration
|
|
||||||
|
|
||||||
* Support `rocket_okapi` https://github.com/SeaQL/sea-orm/pull/1071
|
|
||||||
|
|
||||||
### Upgrades
|
|
||||||
|
|
||||||
* Upgrade `sea-query` to 0.26 https://github.com/SeaQL/sea-orm/pull/985
|
|
||||||
|
|
||||||
### Migration Guide
|
|
||||||
|
|
||||||
* A new method `array_type` was added to `ValueType`:
|
* A new method `array_type` was added to `ValueType`:
|
||||||
```rust
|
```rust
|
||||||
impl sea_orm::sea_query::ValueType for MyType {
|
impl sea_orm::sea_query::ValueType for MyType {
|
||||||
@ -104,6 +88,20 @@ impl ActiveEnum for Category {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### House keeping
|
||||||
|
|
||||||
|
* Documentation grammar fixes https://github.com/SeaQL/sea-orm/pull/1050
|
||||||
|
* Replace `dotenv` with `dotenvy` in examples https://github.com/SeaQL/sea-orm/pull/1085
|
||||||
|
* Exclude test_cfg module from SeaORM https://github.com/SeaQL/sea-orm/pull/1077
|
||||||
|
|
||||||
|
### Integration
|
||||||
|
|
||||||
|
* Support `rocket_okapi` https://github.com/SeaQL/sea-orm/pull/1071
|
||||||
|
|
||||||
|
### Upgrades
|
||||||
|
|
||||||
|
* Upgrade `sea-query` to 0.26 https://github.com/SeaQL/sea-orm/pull/985
|
||||||
|
|
||||||
## 0.9.3 - 2022-09-30
|
## 0.9.3 - 2022-09-30
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
Loading…
x
Reference in New Issue
Block a user