Skip to content

Commit 361308c

Browse files
committed
fix wrapping of line in CHANGES.txt
1 parent 9147109 commit 361308c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGES.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ Unreleased Changes (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
2222
on an error path.
2323
* Avoid expensive inlined code space for encoding message length for messages
2424
>= 128 bytes and instead do a procedure call to a shared out-of-line routine.
25-
* util::DefaultFieldComparator will be final in a future version of protobuf. Subclasses should inherit from SimpleFieldComparator instead.
25+
* util::DefaultFieldComparator will be final in a future version of protobuf.
26+
Subclasses should inherit from SimpleFieldComparator instead.
2627

2728
Java:
2829
* Detect invalid overflow of byteLimit and return InvalidProtocolBufferException as documented.

0 commit comments

Comments
 (0)