Update CHANGELOG.md
This commit is contained in:
parent
5f1670329d
commit
7eaac3843d
12
CHANGELOG.md
12
CHANGELOG.md
@ -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 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
|
* 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
|
### Enhancements
|
||||||
|
|
||||||
* `fn column()` also handle enum type https://github.com/SeaQL/sea-orm/pull/973
|
* `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
|
* `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
|
* 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
|
### House keeping
|
||||||
|
|
||||||
* Documentation grammar fixes https://github.com/SeaQL/sea-orm/pull/1050
|
* Documentation grammar fixes https://github.com/SeaQL/sea-orm/pull/1050
|
||||||
|
Loading…
x
Reference in New Issue
Block a user