From 1bd3d1932abc77f7e27d4e906397df5d36b6a1c5 Mon Sep 17 00:00:00 2001 From: Mike Kruskal Date: Thu, 22 Sep 2022 11:25:41 -0700 Subject: [PATCH] Update changelog --- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 3b0681e3fe..13d7b7332e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -25,6 +25,7 @@ * Reduce memory consumption of MessageSet parsing. * Save code space by avoiding inlining of large-in-aggregate code-space MessageLite::~MessageLite destructor. * Breaking change: delete Arena::Init + * Make a PROTOBUF_POISON/UNPOISON to reduce noise in the source Kotlin @@ -37,6 +38,7 @@ * Performance improvement for repeated use of FieldMaskUtil#merge by caching constructed FieldMaskTrees. * Optimized Java proto serialization gencode for protos having many extension ranges with few fields in between. + * More thoroughly annotate public generated code in Java lite protocol buffers. Python * Changes ordering of printed fields in .pyi files from lexicographic to the same ordering found in the proto descriptor.