Updated changelog.
This commit is contained in:
parent
899c276248
commit
d6f0c9b187
15
CHANGES.txt
15
CHANGES.txt
@ -1,3 +1,18 @@
|
||||
Unreleased Changes (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
|
||||
|
||||
C++
|
||||
* Allow MessageDifferencer::TreatAsSet() (and friends) to override previous
|
||||
calls instead of crashing.
|
||||
* Reduce the size of generated proto headers for protos with `string` or
|
||||
`bytes` fields.
|
||||
* Move arena() operation on uncommon path to out-of-line routine
|
||||
* For iterator-pair function parameter types, take both iterators by value.
|
||||
* Code-space savings and perhaps some modest performance improvements in
|
||||
RepeatedPtrField.
|
||||
|
||||
Java:
|
||||
* Exceptions thrown while reading from an InputStream in parseFrom are now included as causes.
|
||||
|
||||
2021-02-25 version 3.15.3 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
|
||||
|
||||
Ruby
|
||||
|
Loading…
Reference in New Issue
Block a user