Skip to content

Commit

Permalink
Mention zip/jar output in CHANGES.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
kenton@google.com committed Jan 4, 2010
1 parent d78ca9c commit 0225b35
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
any language. See src/google/protobuf/compiler/plugin.proto.
**WARNING**: Plugins are experimental. The interface may change in a
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
fields.

Expand Down

0 comments on commit 0225b35

Please sign in to comment.