From cab4b2b0371c028ad5d0c62024c27c13cdb3e2d8 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Thu, 1 Dec 2022 13:22:19 +0800 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1fc5ae1..7724ef43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * `DeriveEnriryModel` derive macro: when parsing field type, always treat field with `Option` as nullable column https://github.com/SeaQL/sea-orm/pull/1257 +### Enhancements + +* [sea-orm-cli] Generate `Related` implementation for many-to-many relation with extra columns https://github.com/SeaQL/sea-orm/pull/1260 + ## 0.10.4 - 2022-11-24 ### Bug Fixes