From 232b8a9a70b7ef4d4af8282261f33d454e5d02f7 Mon Sep 17 00:00:00 2001 From: Stepan Koltsov <stepan.koltsov@gmail.com> Date: Sun, 25 Feb 2024 20:46:13 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56cf71214..d413ef768 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## [3.4] - Unreleased * [Unnecessary copy in print_to_string_internal](https://github.com/stepancheg/rust-protobuf/pull/684) +* [Ignore error of `flush` in `Drop` of `CodedOutputStream`](https://github.com/stepancheg/rust-protobuf/issues/714) ## [3.3.0] - 2023-09-30