aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-12-22 22:57:39 +0000
committerkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-12-22 22:57:39 +0000
commit7f4938b24482cd2ec81c0a36c7e9f86d726d1939 (patch)
treeafc35727c70ea052735769f24841106257f37c45 /CHANGES.txt
parent25cf9e3153643f7f36ffa06052fcdc3c22fd65e6 (diff)
downloadprotobuf-7f4938b24482cd2ec81c0a36c7e9f86d726d1939.tar.gz
protobuf-7f4938b24482cd2ec81c0a36c7e9f86d726d1939.tar.bz2
protobuf-7f4938b24482cd2ec81c0a36c7e9f86d726d1939.zip
Mark plugins as experimental for now.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index f5109a13..383045b5 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -20,6 +20,8 @@
code generators. Plugins are just binaries which accept a protocol buffer
on stdin and write a protocol buffer to stdout, so they may be written in
any language. See src/google/protobuf/compiler/plugin.proto.
+ **WARNING**: Plugins are experimental. The interface may change in a
+ future version.
* inf, -inf, and nan can now be used as default values for float and double
fields.