We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1c252 commit 3e2c8a5Copy full SHA for 3e2c8a5
CHANGES.txt
@@ -1,8 +1,9 @@
1
2015-05-25 version 3.0.0-alpha-3 (Objective-C/C#):
2
General
3
* Introduced two new language implementations (Objective-C, C#) to proto3.
4
- * Disallowed "optional" keyword in proto3 syntax.
5
- * Removed groups fields in proto3 syntax.
+ * Explicit "optional" keyword are disallowed in proto3 syntax, as fields are
+ optional by default.
6
+ * Group fields are no longer supported in proto3 syntax.
7
* Changed repeated primitive fields to use packed serialization by default in
8
proto3 (implemented for C++, Java, Python in this release). The user can
9
still disable packed serialization by setting packed to false for now.
0 commit comments