diff options
author | Jisi Liu <liujisi@google.com> | 2017-08-14 15:39:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-14 15:39:44 -0700 |
commit | 1cc4ecde1c324c85ebcb9ed7607f38954c9e3f27 (patch) | |
tree | 6b80bb41a6d463a7b09d7a16441c6abefbdd2dcc | |
parent | eaeca0d42b1fc4a8023a7f90d889631eda9360a3 (diff) | |
parent | 3ae8c4c7da19b1894fa7dc7abebdef21865632dc (diff) |
Merge pull request #3488 from pherl/changelog
Update changelog for 3.4.x
-rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 110fb066..1f1dd6d5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,11 +1,11 @@ -2017-08-01 version 3.4.0 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript) +2017-08-14 version 3.4.0 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript) Planned Future Changes * There are some changes that are not included in this release but are planned for the near future - Preserve unknown fields in proto3: We are going to bring unknown fields back into proto3. In this release, some languages start to support preserving unknown fields in proto3, controlled by flags/options. Some - languages also introduce explict APIs to drop unknown fields for + languages also introduce explicit APIs to drop unknown fields for migration. Please read the change log sections by languages for details. For general timeline and plan: @@ -45,6 +45,7 @@ $ protoc --cpp_out=table_driven_parsing,table_driven_serialization:./ \ test.proto + * lite generator parameter supported by the generator. Once set, all generated files, use lite runtime regardless of the optimizer_for setting in the .proto file. |