From b4ce0b80c12276ede52745e83de55bf297630188 Mon Sep 17 00:00:00 2001 From: Stepan Koltsov Date: Tue, 15 Oct 2024 18:18:10 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a30611641..92197752c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - `protoc-gen-rust` renamed to `protoc-gen-rs`. `protoc --rust_out=` no longer works with latest Google protobuf, they are working on official protobuf support for Rust. - Do not detect nightly in `protobuf` crate (no longer needed) +- [Repeated fields in constants](https://github.com/stepancheg/rust-protobuf/pull/740) ## [3.6.0] - 2024-09-30