Commit 4493595f authored by Jisi Liu's avatar Jisi Liu

Update release date

parent 9c197b7e
2017-11-09 version 3.5.0 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript) 2017-11-13 version 3.5.0 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
Planned Future Changes Planned Future Changes
* Make C++ implementation C++11 only: we plan to require C++11 to build * Make C++ implementation C++11 only: we plan to require C++11 to build
protobuf code starting from 3.6.0 release. Please join this github issue: protobuf code starting from 3.6.0 release. Please join this github issue:
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
Java Java
* Proto3 messages are now preserving unknown fields by default. If you’d like * Proto3 messages are now preserving unknown fields by default. If you’d like
to drop unknown fields, please use the DiscardUnknownFieldsParser  API. For to drop unknown fields, please use the DiscardUnknownFieldsParser API. For
example: example:
Parser<Foo> parser = DiscardUnknownFieldsParser.wrap(Foo.parser()); Parser<Foo> parser = DiscardUnknownFieldsParser.wrap(Foo.parser());
Foo foo = parser.parseFrom(input); Foo foo = parser.parseFrom(input);
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
* Note: AppEngine 2.5 is deprecated on June 2017 that AppEngine 2.5 will * Note: AppEngine 2.5 is deprecated on June 2017 that AppEngine 2.5 will
never update protobuf runtime. Users who depend on AppEngine 2.5 should use never update protobuf runtime. Users who depend on AppEngine 2.5 should use
old protoc. old protoc.
PHP PHP
* Support PHP generic services. Specify file option php_generic_service=true * Support PHP generic services. Specify file option php_generic_service=true
to enable generating service interface. to enable generating service interface.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment