From 0beff24129f60d795ad0311c67d3157c10351b80 Mon Sep 17 00:00:00 2001 From: Stepan Koltsov Date: Sun, 18 Aug 2024 21:16:39 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6994371c..8175a1528 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog -## [3.5] - Unreleased +## [3.6] - Unreleased + +## [3.5.1] - Unreleased + +- [Remove deprecated `box_pointers` lint](https://github.com/stepancheg/rust-protobuf/pull/733) + +## [3.5.0] - 2024-06-26 - [Default to packed for repeated primitives in proto3](https://github.com/stepancheg/rust-protobuf/pull/707) - [Put correct flag in comment of generated files](https://github.com/stepancheg/rust-protobuf/pull/655)