Changelog

This commit is contained in:
Chris Tsang 2023-07-13 16:55:04 +01:00
parent a5f2ae69e9
commit 09c416744f

View File

@ -466,6 +466,7 @@ pub enum Tea {
}
```
* Definition of `DbErr::ConnectionAcquire` changed to `ConnectionAcquire(ConnAcquireErr)` https://github.com/SeaQL/sea-orm/pull/1737
* `FromJsonQueryResult` removed from entity prelude
## 0.11.3 - 2023-04-24