commit | e22b4baacaf84d8cd90b91f3ead68e225b542b9c | [log] [tgz] |
---|---|---|
author | Joshua Haberman <jhaberman@gmail.com> | Fri Apr 16 13:00:30 2021 -0700 |
committer | Joshua Haberman <jhaberman@gmail.com> | Fri Apr 16 13:00:30 2021 -0700 |
tree | 5f01634651f627ff17cc9914fec40ca4191809d8 | |
parent | a6dd69517aae78962a29861bff88bfbc1b4b4626 [diff] |
Updated changelog.
diff --git a/CHANGES.txt b/CHANGES.txt index 9037867..5bad89e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt
@@ -5,6 +5,7 @@ * 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.