Skip to content

Commit

Permalink
Update CHANGES.txt with recent internal changes
Browse files Browse the repository at this point in the history
  • Loading branch information
acozzette committed Mar 18, 2022
1 parent 2f09990 commit 5ead3ba
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Unreleased Changes

C++
* Refactor generated message class layout
* Optimize tokenizer ParseInteger by removing division
* Reserve exactly the right amount of capacity in ExtensionSet::MergeFrom

Java
* 6x speedup in ArrayEncoder.writeUInt32NotTag

Python
* Added UnknownFieldSet(message) for pure Python. The old
message.UnknownFields() will be deprecated after UnknownFieldSet(message) is
added for cpp extension.

2022-03-04 version 3.20.0 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)

Ruby
Expand Down

0 comments on commit 5ead3ba

Please sign in to comment.