Skip to content

Commit 9147109

Browse files
committed
editing CHANGES.txt
1 parent 49ed194 commit 9147109

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ 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.
2526

2627
Java:
28+
* Detect invalid overflow of byteLimit and return InvalidProtocolBufferException as documented.
2729
* Exceptions thrown while reading from an InputStream in parseFrom are now
2830
included as causes.
2931
* Support potentially more efficient proto parsing from RopeByteStrings.

0 commit comments

Comments
 (0)