Changelog

This commit is contained in:
Chris Tsang 2024-03-10 23:45:51 +00:00 committed by GitHub
parent 763a3f9aa1
commit a5b3759e96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,10 @@ struct EntityNameNotAIdent {
}
```
### House keeping
* Improved Actix example to return 404 not found on unexpected inputs https://github.com/SeaQL/sea-orm/pull/2140
## 1.0.0-rc.1 - 2024-02-06
### New Features