Update CHANGES.txt

pull/9090/head
Adam Cozzette 3 years ago
parent 4ffb31e906
commit 99612d0885
  1. 15
      CHANGES.txt

@ -1,6 +1,19 @@
Unreleased Changes (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript) Unreleased Changes (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
Protocol Compiler
Python
* Proto2 DecodeError now includes message name in error message
C++
* Make proto2::Message::DiscardUnknownFields() non-virtual * Make proto2::Message::DiscardUnknownFields() non-virtual
* Separate RepeatedPtrField into its own header file
* For default floating point values of 0, consider all bits significant
Java
* For default floating point values of 0, consider all bits significant
* Annotate `//java/com/google/protobuf/util/...` with nullness annotations
Kotlin
* Switch Kotlin proto DSLs to be implemented with inline value classes
2021-10-04 version 3.18.1 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript) 2021-10-04 version 3.18.1 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)

Loading…
Cancel
Save