Changelog

This commit is contained in:
Chris Tsang 2024-03-15 23:09:00 +00:00
parent 8f406575e7
commit 4cda344811

View File

@ -51,6 +51,10 @@ assert_eq!(
); );
``` ```
### Upgrades
* Upgrade `sea-schema` to `0.15.0-rc.3`
### House keeping ### House keeping
* Improved Actix example to return 404 not found on unexpected inputs https://github.com/SeaQL/sea-orm/pull/2140 * Improved Actix example to return 404 not found on unexpected inputs https://github.com/SeaQL/sea-orm/pull/2140