Added CHANGES.txt entries.

pull/8262/head
Joshua Haberman 4 years ago
parent 09831d5bfe
commit 9194426bce
  1. 5
      CHANGES.txt

@ -1,5 +1,9 @@
Unreleased Changes (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
Protocol Compiler
* Optional fields for proto3 are enabled by default, and no longer require
the --experimental_allow_proto3_optional flag.
C++
* MessageDifferencer: fixed bug when using custom ignore with multiple
unknown fields
@ -28,6 +32,7 @@ Unreleased Changes (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
crash.
* Constant initialize the global message instances
* Pretty print 'max' instead of numeric values in reserved ranges.
* Removed remaining instances of std::is_pod, which is deprecated in C++20.
Java
* Avoid possible UnsupportedOperationException when using CodedInputSteam

Loading…
Cancel
Save