From b337127d7d5070a3e23e76ae2d5a8a48041099c7 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Fri, 11 Nov 2022 11:25:12 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 237f2020..849f4a19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). + + ## 0.10.3 - Pending ### Bug Fixes @@ -12,6 +14,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * [sea-orm-cli] Set search path when initializing Postgres connection for CLI generate entity https://github.com/SeaQL/sea-orm/pull/1212 * [sea-orm-cli] Generate `_` prefix to enum variant starts with number https://github.com/SeaQL/sea-orm/pull/1211 +### Enhancements + +* Added `Insert::exec_without_returning` https://github.com/SeaQL/sea-orm/pull/1208 + ### House Keeping * Remove dependency when not needed https://github.com/SeaQL/sea-orm/pull/1207