|
|
|
@ -1,6 +1,7 @@ |
|
|
|
|
2022-07-01 Unreleased version |
|
|
|
|
|
|
|
|
|
C++ |
|
|
|
|
* cpp_generated_lib_linked support is removed in protoc |
|
|
|
|
* Reduced .pb.o object file size slightly by explicitly instantiating |
|
|
|
|
InternalMetadata templates in the runtime. |
|
|
|
|
* Add C++20 keywords guarded by PROTOBUF_FUTURE_CPP20_KEYWORDS |
|
|
|
@ -11,6 +12,7 @@ |
|
|
|
|
* Hide C++ RepeatedField::UnsafeArenaSwap |
|
|
|
|
|
|
|
|
|
Kotlin |
|
|
|
|
* Suppress deprecation warnings in Kotlin generated code. |
|
|
|
|
* Kotlin generated code comments now use kdoc format instead of javadoc. |
|
|
|
|
* Escape keywords in package names in proto generated code |
|
|
|
|
* Add Kotlin enum int value getters and setters |
|
|
|
|