From 712f3bf707f4512afc743971ad0f4d6ee851d542 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sun, 6 Nov 2022 14:20:26 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d8d0b36..0e321705 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## 0.11.0 - Pending +### Enhancements + * use GAT to elide `StreamTrait` lifetime https://github.com/SeaQL/sea-orm/pull/1161 +### Breaking changes + +* corrected the error name `UpdateGetPrimaryKey` https://github.com/SeaQL/sea-orm/pull/1180 + ## 0.10.2 - Pending ### Enhancements