From 31a8895e39806fb6fa2b5875ae8ea650b206812b Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sun, 6 Nov 2022 13:04:31 +0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbea34b8..4d8d0b36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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.11.0 - Pending + +* use GAT to elide `StreamTrait` lifetime https://github.com/SeaQL/sea-orm/pull/1161 + ## 0.10.2 - Pending ### Enhancements