From 361308c4f2e60f27065d55096aab7b504e702a9e Mon Sep 17 00:00:00 2001 From: Derek Perez Date: Thu, 1 Apr 2021 21:15:38 +0000 Subject: [PATCH] fix wrapping of line in CHANGES.txt --- CHANGES.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 4a80c176ae4d..f4c9eafe45b5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -22,7 +22,8 @@ Unreleased Changes (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript) on an error path. * Avoid expensive inlined code space for encoding message length for messages >= 128 bytes and instead do a procedure call to a shared out-of-line routine. - * util::DefaultFieldComparator will be final in a future version of protobuf. Subclasses should inherit from SimpleFieldComparator instead. + * util::DefaultFieldComparator will be final in a future version of protobuf. + Subclasses should inherit from SimpleFieldComparator instead. Java: * Detect invalid overflow of byteLimit and return InvalidProtocolBufferException as documented.