Update CHANGELOG.md

This commit is contained in:
Chris Tsang 2022-10-06 23:42:01 +08:00 committed by GitHub
parent 5f1670329d
commit 7eaac3843d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,10 +12,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* Generate entity files as a library or module https://github.com/SeaQL/sea-orm/pull/953
* Generate a new migration template with name prefix of unix timestamp https://github.com/SeaQL/sea-orm/pull/947
### Breaking changes
* Replaced `usize` with `u64` in `PaginatorTrait` https://github.com/SeaQL/sea-orm/pull/789
### Enhancements
* `fn column()` also handle enum type https://github.com/SeaQL/sea-orm/pull/973
@ -25,6 +21,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* `migrate fresh` command will drop all PostgreSQL types https://github.com/SeaQL/sea-orm/pull/864, https://github.com/SeaQL/sea-orm/pull/991
* Generate entity derive `Eq` if possible https://github.com/SeaQL/sea-orm/pull/988
### Bug fixes
* Trim spaces when paginating raw SQL https://github.com/SeaQL/sea-orm/pull/1094
### Breaking changes
* Replaced `usize` with `u64` in `PaginatorTrait` https://github.com/SeaQL/sea-orm/pull/789
### House keeping
* Documentation grammar fixes https://github.com/SeaQL/sea-orm/pull/1050