Updated CHANGES.txt.

pull/10254/head
Joshua Haberman 3 years ago
parent 36fb437adb
commit eb8d84e554
  1. 27
      CHANGES.txt

@ -1,19 +1,18 @@
2022-07-01 Unreleased version 2022-07-01 Unreleased version
* Add TransferAllMessages() util function C++
* Break ZeroCopyOutputByteSink into its own file. * Reduced .pb.o object file size slightly by explicitly instantiating
* Explicitly instantiate InternalMetadata members at UnknownFieldSet. InternalMetadata templates in the runtime.
* Support kdoc for Kotlin
* Delete unused function: IsProto3Field.
* Add C++20 keywords guarded by PROTOBUF_FUTURE_CPP20_KEYWORDS * Add C++20 keywords guarded by PROTOBUF_FUTURE_CPP20_KEYWORDS
* Escape Kotlin keywords in package names in proto generated code * Fixed crash in ThreadLocalStorage for pre-C++17 compilers on 32-bit ARM.
* Fix StrAppend crashing on empty strings. * Clarified that JSON API non-OK statuses are not a stable API.
2022-06-27 Unreleased version Kotlin
* Handle reflection for message splitting. * Kotlin generated code comments now use kdoc format instead of javadoc.
* make metadata fields lazy. * Escape keywords in package names in proto generated code
* Extend visibility of plugin library to upb
* Modernize conformance_cpp.cc. Java
* Don't request 64-byte alignment unless the toolchain supports it. * Performance improvement for repeated use of FieldMaskUtil#merge by caching
constructed FieldMaskTrees.
2022-06-27 version 21.2 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 2022-06-27 version 21.2 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
C++ C++

Loading…
Cancel
Save