Update CHANGELOG.md

This commit is contained in:
Chris Tsang 2022-12-08 00:08:57 +08:00 committed by GitHub
parent 0c40345e1b
commit 24388adb59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* Support Vector of enum for Postgres https://github.com/SeaQL/sea-orm/pull/1210 * Support Vector of enum for Postgres https://github.com/SeaQL/sea-orm/pull/1210
* Added `DatabaseConnection::close` https://github.com/SeaQL/sea-orm/pull/1236 * Added `DatabaseConnection::close` https://github.com/SeaQL/sea-orm/pull/1236
### Upgrades
* Upgrade `axum` to `0.6.1` https://github.com/SeaQL/sea-orm/pull/1285
### House Keeping ### House Keeping
* Remove dependency when not needed https://github.com/SeaQL/sea-orm/pull/1213 * Remove dependency when not needed https://github.com/SeaQL/sea-orm/pull/1213