Skip to content

Commit

Permalink
Added missing release notes for 3.17.1. (#8649)
Browse files Browse the repository at this point in the history
  • Loading branch information
haberman committed May 24, 2021
1 parent 367e469 commit e635605
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
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)
* Fixed JSON parser to allow multiple values from the same oneof as long as
all but one are null.

Ruby
* Fixed memory bug: properly root repeated/map field when assigning. (#8639)
* Fixed JSON parser to allow multiple values from the same oneof as long as
all but one are null.

Expand Down
7 changes: 6 additions & 1 deletion php/ext/google/protobuf/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
</stability>
<license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
<notes>
No new changes in 3.17.0
* 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.
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -975,6 +977,9 @@ G A release.
<time>16:06:12</time>
<license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
<notes>
* 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.
</notes>
</release>
</changelog>
Expand Down

0 comments on commit e635605

Please sign in to comment.