From 57941aee5509b37419767e8483bf9a10f2a4b95b Mon Sep 17 00:00:00 2001 From: Stepan Koltsov Date: Tue, 15 Oct 2024 18:03:21 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98264e970..a30611641 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +- `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) ## [3.6.0] - 2024-09-30