|
|
@ -5,6 +5,7 @@ Unreleased Changes (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript) |
|
|
|
* Fix bug where `Descriptor::DebugString()` printed proto3 synthetic oneofs. |
|
|
|
* Fix bug where `Descriptor::DebugString()` printed proto3 synthetic oneofs. |
|
|
|
* Provide stable versions of `SortAndUnique()`. |
|
|
|
* Provide stable versions of `SortAndUnique()`. |
|
|
|
* Make sure to cache proto3 optional message fields when they are cleared. |
|
|
|
* Make sure to cache proto3 optional message fields when they are cleared. |
|
|
|
|
|
|
|
* Expose UnsafeArena methods to Reflection. |
|
|
|
|
|
|
|
|
|
|
|
Kotlin |
|
|
|
Kotlin |
|
|
|
* Restrict extension setter and getter operators to non-nullable T. |
|
|
|
* Restrict extension setter and getter operators to non-nullable T. |
|
|
|