Skip to content

Commit

Permalink
fix wrapping of line in CHANGES.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
perezd committed Apr 1, 2021
1 parent 9147109 commit 361308c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 361308c

Please sign in to comment.