From e22b4baacaf84d8cd90b91f3ead68e225b542b9c Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Fri, 16 Apr 2021 13:00:30 -0700 Subject: [PATCH] Updated changelog. --- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.txt b/CHANGES.txt index 90378673a7..5bad89ea66 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -5,6 +5,7 @@ Unreleased Changes (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript) * Fix bug where `Descriptor::DebugString()` printed proto3 synthetic oneofs. * Provide stable versions of `SortAndUnique()`. * Make sure to cache proto3 optional message fields when they are cleared. + * Expose UnsafeArena methods to Reflection. Kotlin * Restrict extension setter and getter operators to non-nullable T.