From 0d7f85ca05eed10a3ef1694a0db7e393f4d1c966 Mon Sep 17 00:00:00 2001 From: Jorg Brown Date: Mon, 28 Nov 2022 18:59:55 -0800 Subject: [PATCH] Updating changelog --- CHANGES.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index b3e4120ae5..dd2407d3e0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,14 @@ +2022-11-28 version 21.10-rc0 (C++/Java/Python/PHP/Objective-C/C#/Ruby) + + Java + * Use bit-field int values in buildPartial to skip work on unset groups of fields. (#10960) + * Mark nested builder as clean after clear is called (#10984) + UPB + * Fix UPB_LIKELY() for 32-bit Windows builds; update protobuf_deps to point to the current upb 21.x (#11028) + Other + * Add public modifiers to kotlin code (#11068) + + 2022-10-26 version 21.9 (C++/Java/Python/PHP/Objective-C/C#/Ruby) C++