aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorBo Yang <teboring@google.com>2015-05-28 14:52:44 -0700
committerBo Yang <teboring@google.com>2015-05-28 14:52:44 -0700
commit3e2c8a5dd79481e1d36572cdf65be93514ba6581 (patch)
tree5ad229a012ae72aa48fae02bea924d21ac7bcaac /CHANGES.txt
parentca1c252923021306b7fbc488d33f6a6a89df59cf (diff)
downloadprotobuf-3e2c8a5dd79481e1d36572cdf65be93514ba6581.tar.gz
protobuf-3e2c8a5dd79481e1d36572cdf65be93514ba6581.tar.bz2
protobuf-3e2c8a5dd79481e1d36572cdf65be93514ba6581.zip
Modify change logv3.0.0-alpha-3
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 7d73201c..846d735e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,8 +1,9 @@
2015-05-25 version 3.0.0-alpha-3 (Objective-C/C#):
General
* Introduced two new language implementations (Objective-C, C#) to proto3.
- * Disallowed "optional" keyword in proto3 syntax.
- * Removed groups fields in proto3 syntax.
+ * Explicit "optional" keyword are disallowed in proto3 syntax, as fields are
+ optional by default.
+ * Group fields are no longer supported in proto3 syntax.
* Changed repeated primitive fields to use packed serialization by default in
proto3 (implemented for C++, Java, Python in this release). The user can
still disable packed serialization by setting packed to false for now.