We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9147109 commit 361308cCopy full SHA for 361308c
CHANGES.txt
@@ -22,7 +22,8 @@ Unreleased Changes (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
22
on an error path.
23
* Avoid expensive inlined code space for encoding message length for messages
24
>= 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.
+ * util::DefaultFieldComparator will be final in a future version of protobuf.
26
+ Subclasses should inherit from SimpleFieldComparator instead.
27
28
Java:
29
* Detect invalid overflow of byteLimit and return InvalidProtocolBufferException as documented.
0 commit comments