Added missing changelog entry.
diff --git a/CHANGES.txt b/CHANGES.txt
index 9d3b672..51cb1e0 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -33,6 +33,8 @@
   * 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.
+  * Changes to reduce code size for unknown field handling by making uncommon
+    cases out of line.
 
   Java
   * Avoid possible UnsupportedOperationException when using CodedInputSteam