Skip to content

Commit 8053525

Browse files
committed
Updated Changelog for 3.12.0-rc2.
1 parent 73e48b4 commit 8053525

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGES.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2020-04-28 version 3.12.0 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
1+
2020-05-12 version 3.12.0 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
22

33
Protocol Compiler
44
* [experimental] Singular, non-message typed fields in proto3 now support
@@ -75,6 +75,7 @@
7575
* Persistent Descriptor Pool (#6899)
7676
* Implement lazy loading of php class for proto messages (#6911)
7777
* Correct @return in Any.unpack docblock (#7089)
78+
* Ignore unknown enum value when ignore_unknown specified (#7455)
7879

7980
Ruby
8081
* [experimental] Implemented proto3 presence for Ruby. (#7406)
@@ -87,11 +88,13 @@
8788

8889
C#
8990
* [experimental] Add support for proto3 presence fields in C# (#7382)
90-
* Cleanup various bits of Google.Protobuf (#6674)
91+
* Mark GetOption API as obsolete and expose the "GetOptions()" method on descriptors instead (#7491)
92+
* Remove Has/Clear members for C# message fields in proto2 (#7429)
93+
* Enforce recursion depth checking for unknown fields (#7132)
9194
* Fix conformance test failures for Google.Protobuf (#6910)
95+
* Cleanup various bits of Google.Protobuf (#6674)
9296
* Fix latest ArgumentException for C# extensions (#6938)
9397
* Remove unnecessary branch from ReadTag (#7289)
94-
* Enforce recursion depth checking for unknown fields (#7132)
9598

9699
Objective-C
97100
* [experimental] ObjC Proto3 optional support (#7421)

0 commit comments

Comments
 (0)