From aa3415a8902f219938c5d707cfd7a716a6e5a104 Mon Sep 17 00:00:00 2001 From: Stepan Koltsov Date: Sun, 16 Jun 2024 21:00:33 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 335b842ff..480d4f4ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -## [3.4] - Unreleased +## [3.5] - Unreleased + +- [Default to packed for repeated primitives in proto3](https://github.com/stepancheg/rust-protobuf/pull/707) + +## [3.4] - 2024-02-24 * [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)