From e5fe9b8cbdfe7d25852ff2e34e3250e2c0c98860 Mon Sep 17 00:00:00 2001 From: Adam Cozzette Date: Mon, 17 Aug 2020 12:58:45 -0700 Subject: [PATCH] Updated CHANGES.txt Now that 3.13.0 has been released, this commit updates CHANGES.txt to mention 3.13.0 instead of 3.13.0-rc1 and to include the recent PHP changes. I also added a short explanation of the 3.12.4 release. Fixes #7820. --- CHANGES.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 8c1bc2fc08..511d84e882 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -33,7 +33,13 @@ Unreleased Changes * Update go_package options to reference google.golang.org/protobuf module. -2020-07-14 version 3.13.0-rc1 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript) +2020-07-14 version 3.13.0 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript) + + PHP: + * The C extension is completely rewritten. The new C extension has significantly + better parsing performance and fixes a handful of conformance issues. It will + also make it easier to add support for more features like proto2 and proto3 presence. + * The new C extension does not support PHP 5.x. PHP 5.x users can still use pure-PHP. C++: * Removed deprecated unsafe arena string accessors @@ -86,6 +92,11 @@ Unreleased Changes performance (the legacy generated code will still work, but might incur a slight performance penalty). +2020-07-28 version 3.12.4 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript) + +This release contains no significant changes, but exists because 3.12.3 was +mistakenly tagged at the wrong commit. + 2020-06-01 version 3.12.3 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript) Objective-C