From da1e2af0fd85698db7ee25a7901b536edfc7357a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20N=C3=BCtzi?= Date: Sat, 16 Mar 2024 23:55:35 +0100 Subject: [PATCH] feat: Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef5a70d2..b54933dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Add `ErrorRef` wrapper to enable logging error references (PR #327) * The `#` error formatter in macros was updated to automatically select `ErrorValue` or `ErrorRef` (PR #328) +* Add `flush` method to `Drain` trait (PR #322). + Only the `Async` drain supports this feature and checks if + the channel is emptied. ### 2.8.0-beta.1 - 2023-09-09