diff --git a/CHANGES.txt b/CHANGES.txt index 395f2088b688..4fa0ac73661d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +2021-05-25 version 3.17.2 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript) + Kotlin + * Fix duplicate class error (#8653) + 2021-05-07 version 3.17.1 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript) PHP * Fixed PHP memory leaks and arginfo errors. (#8614) diff --git a/php/ext/google/protobuf/package.xml b/php/ext/google/protobuf/package.xml index 3f86baf953ef..b27ac4bbee61 100644 --- a/php/ext/google/protobuf/package.xml +++ b/php/ext/google/protobuf/package.xml @@ -22,9 +22,7 @@ 3-Clause BSD License - * Fixed PHP memory leaks and arginfo errors. (#8614) - * Fixed JSON parser to allow multiple values from the same oneof as long as - all but one are null. + * No new changes in 3.17.2