Skip to content

Commit

Permalink
Update changelog for 3.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
liujisi committed Aug 14, 2017
1 parent eaeca0d commit 3ae8c4c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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:

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 3ae8c4c

Please sign in to comment.