Skip to content

Commit 3e2c8a5

Browse files
committed
Modify change log
1 parent ca1c252 commit 3e2c8a5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGES.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
2015-05-25 version 3.0.0-alpha-3 (Objective-C/C#):
22
General
33
* Introduced two new language implementations (Objective-C, C#) to proto3.
4-
* Disallowed "optional" keyword in proto3 syntax.
5-
* Removed groups fields in proto3 syntax.
4+
* Explicit "optional" keyword are disallowed in proto3 syntax, as fields are
5+
optional by default.
6+
* Group fields are no longer supported in proto3 syntax.
67
* Changed repeated primitive fields to use packed serialization by default in
78
proto3 (implemented for C++, Java, Python in this release). The user can
89
still disable packed serialization by setting packed to false for now.

0 commit comments

Comments
 (0)