aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorxiaofeng@google.com <xiaofeng@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2013-03-05 01:51:21 +0000
committerxiaofeng@google.com <xiaofeng@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2013-03-05 01:51:21 +0000
commit7f4c9e860ee675e29cb0e9dc019beb14af097056 (patch)
tree4d98288e5ff2eac88353ea69bba39dfa83ade479 /CHANGES.txt
parent7fe28a8973da3e285ca7997d4fb041b9d2f720cd (diff)
downloadprotobuf-7f4c9e860ee675e29cb0e9dc019beb14af097056.tar.gz
protobuf-7f4c9e860ee675e29cb0e9dc019beb14af097056.tar.bz2
protobuf-7f4c9e860ee675e29cb0e9dc019beb14af097056.zip
Add a comment about the new "allow_alias" option.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 5eefe9a8..67a65998 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -17,6 +17,9 @@
be assigned the same numeric value. Default value is "true". Setting it to
false causes the compiler to reject enum definitions where multiple symbols
have the same numeric value.
+ Note: We plan to flip the default value to "false" in a future release.
+ Projects using enum aliases should set the option to "true" in their .proto
+ files.
C++
* New generated method set_allocated_foo(Type* foo) for message and string