Merge pull request #8701 from protocolbuffers/updateChangelogs

Updating changelog
pull/8718/head v3.17.3
deannagarcia 4 years ago committed by GitHub
commit 909a0f36a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      CHANGES.txt

@ -1,11 +1,11 @@
Unreleased Changes (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript) 2021-06-04 version 3.17.3 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
C++ C++
* Introduce FieldAccessListener. * Introduce FieldAccessListener.
* Stop emitting boilerplate {Copy/Merge}From in each ProtoBuf class * Stop emitting boilerplate {Copy/Merge}From in each ProtoBuf class
* Fixed some uninitialized variable warnings in generated_message_reflection.cc. * Fixed some uninitialized variable warnings in generated_message_reflection.cc.
Kotlin: Kotlin
* Add extension functions related to ByteString to c.g.protobuf.kotlin. * Fix duplicate proto files error (#8699)
Java Java
* Fixed parser to check that we are at a proper limit when a sub-message has * Fixed parser to check that we are at a proper limit when a sub-message has

Loading…
Cancel
Save