From fbda6723c6c36b805613971e5befd0aee9ad6166 Mon Sep 17 00:00:00 2001 From: Tomas Abrahamsson Date: Sun, 7 Jan 2024 15:31:12 +0100 Subject: [PATCH] Prepare for 4.21.0 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 425398f6..6eaf1da1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ -*- coding: utf-8; indent-tabs-mode: nil -*- +Version 4.21.0 +2024-Jan-07 + + * Update the set of Google well-known protos by + importing from protobuf 4.25.1. Thanks to Gilbert. (#231) + * Add the possibility to parse a descriptor back to + gpb-internal definitions. + * Fix several minor bugs in the generation of descriptors. + * Set a minimum heap size to benchmarks to avoid excessive gc. + Version 4.20.0 2023-Oct-01