diff --git a/CHANGELOG.md b/CHANGELOG.md index ba051a95..780d9aad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,12 +21,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Added `TryFromU64` for `time` (#849) * Added `Insert::on_conflict` (#791) * Added `QuerySelect::join_as` and `QuerySelect::join_as_rev` (#852) +* Include column name in `TryGetError::Null` (#853) * [sea-orm-cli] Improve logging (#735) * [sea-orm-cli] Generate enum with numeric like variants (#588) * [sea-orm-cli] Allow old pending migration to be applied (#755) * [sea-orm-cli] Skip generating entity for ignored tables (#837) * [sea-orm-cli] Generate code for `time` crate (#724) * [sea-orm-cli] Add various blob column types (#850) +* [sea-orm-cli] Generate entity files with Postgres's schema name (#422) ### Upgrades