From 364161fd83fe8d621ab31098174a65e4a097cf24 Mon Sep 17 00:00:00 2001 From: Stepan Koltsov Date: Sun, 25 Feb 2024 21:20:17 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4410cfdb..b847adea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ * [Ignore error of `flush` in `Drop` of `CodedOutputStream`](https://github.com/stepancheg/rust-protobuf/issues/714) * [Faster `encoded_varint64_len`](https://github.com/stepancheg/rust-protobuf/pull/709) * [`reserved` keyword in enums](https://github.com/stepancheg/rust-protobuf/pull/712) +* [repeated primitives are packed by default in proto3](https://github.com/stepancheg/rust-protobuf/pull/707) ## [3.3.0] - 2023-09-30