浏览代码

Added missing changelog entry.

Joshua Haberman 4 年之前
父节点
当前提交
84320bf8e8
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      CHANGES.txt

+ 2 - 0
CHANGES.txt

@@ -33,6 +33,8 @@ Unreleased Changes (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
   * 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.
   * Removed remaining instances of std::is_pod, which is deprecated in C++20.
+  * Changes to reduce code size for unknown field handling by making uncommon
+    cases out of line.
 
 
   Java
   Java
   * Avoid possible UnsupportedOperationException when using CodedInputSteam
   * Avoid possible UnsupportedOperationException when using CodedInputSteam