Commit 0225b352 authored by kenton@google.com's avatar kenton@google.com

Mention zip/jar output in CHANGES.txt.

parent d78ca9c7
...@@ -22,6 +22,11 @@ ...@@ -22,6 +22,11 @@
any language. See src/google/protobuf/compiler/plugin.proto. any language. See src/google/protobuf/compiler/plugin.proto.
**WARNING**: Plugins are experimental. The interface may change in a **WARNING**: Plugins are experimental. The interface may change in a
future version. future version.
* If the output location ends in .zip or .jar, protoc will write its output
to a zip/jar archive instead of a directory. For example:
protoc --java_out=myproto_srcs.jar --python_out=myproto.zip myproto.proto
Currently the archive contents are not compressed, though this could change
in the future.
* inf, -inf, and nan can now be used as default values for float and double * inf, -inf, and nan can now be used as default values for float and double
fields. fields.
......
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