|
|
|
@ -1,3 +1,14 @@ |
|
|
|
|
2022-07-01 Unreleased version |
|
|
|
|
* Add TransferAllMessages() util function |
|
|
|
|
* Break ZeroCopyOutputByteSink into its own file. |
|
|
|
|
* Explicitly instantiate InternalMetadata members at UnknownFieldSet. |
|
|
|
|
* Support kdoc for Kotlin |
|
|
|
|
* Delete unused function. |
|
|
|
|
* Add more tests for json_util.cc |
|
|
|
|
* Add C++20 keywords guarded by PROTOBUF_FUTURE_CPP20_KEYWORDS |
|
|
|
|
* Unify unit tests for json_util. |
|
|
|
|
* Escape Kotlin keywords in package names in proto generated code |
|
|
|
|
* Fix StrAppend crashing on empty strings. |
|
|
|
|
|
|
|
|
|
2022-06-27 Unreleased version |
|
|
|
|
* Handle reflection for message splitting. |
|
|
|
|