Added release notes.

pull/8960/head
Joshua Haberman 3 years ago
parent 018e2e7751
commit 8b75c14592
  1. 18
      CHANGES.txt

@ -1,3 +1,21 @@
Unreleased Changes (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
Python
* Removed Python 2.x support.
* Pure python descriptor_pool.AddSerializedFile() will always build the
file and return FileDescriptor which is same with python c++ extension
* type errors thrown by MergeFrom now report fully qualified class names
* Protobuf python generated code are simplified. Some platforms that uses
"is"("is not") to compare the enum or descriptor's label/type may fail,
should use "=="("!=") instead.
C++
* Generated code now uses the c++11 standard integer types int{32,64}_t and
uint{32,64}_t
Java
* Add @deprecated javadoc for set/get/has methods
* correctly decode \? escape sequence in text protos
Unreleased Changes (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
C++
* Better Smaller ByteSizeLong

Loading…
Cancel
Save