Browse Source

Added CHANGES.txt entries.

Joshua Haberman 4 years ago
parent
commit
9194426bce
1 changed files with 5 additions and 0 deletions
  1. 5 0
      CHANGES.txt

+ 5 - 0
CHANGES.txt

@@ -1,5 +1,9 @@
 Unreleased Changes (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
 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++
   C++
   * MessageDifferencer: fixed bug when using custom ignore with multiple
   * MessageDifferencer: fixed bug when using custom ignore with multiple
     unknown fields
     unknown fields
@@ -28,6 +32,7 @@ Unreleased Changes (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
     crash.
     crash.
   * Constant initialize the global message instances
   * Constant initialize the global message instances
   * Pretty print 'max' instead of numeric values in reserved ranges.
   * Pretty print 'max' instead of numeric values in reserved ranges.
+  * Removed remaining instances of std::is_pod, which is deprecated in C++20.
 
 
   Java
   Java
   * Avoid possible UnsupportedOperationException when using CodedInputSteam
   * Avoid possible UnsupportedOperationException when using CodedInputSteam