From 845a60ffbe3488b9d50421d376adcccf86f116c7 Mon Sep 17 00:00:00 2001 From: Stepan Koltsov Date: Wed, 26 Jun 2024 02:31:41 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fbe56bbb..f6994371c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - [Put correct flag in comment of generated files](https://github.com/stepancheg/rust-protobuf/pull/655) - [Option to disable non-exhausive annotation for oneof](https://github.com/stepancheg/rust-protobuf/pull/726) - [Option to generate `BTreeMap` for map fields](https://github.com/stepancheg/rust-protobuf/pull/700) +- [Fix writing large messages](https://github.com/stepancheg/rust-protobuf/pull/725) ## [3.4] - 2024-02-24