Skip to content

Commit

Permalink
Added PHP changes for 3.15.0 into package.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
acozzette committed Feb 9, 2021
1 parent 42fea44 commit 66e5185
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion php/ext/google/protobuf/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,17 @@
<api>beta</api>
</stability>
<license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
<notes>PHP protobuf</notes>
<notes>
New changes in 3.15.0:
* unregister INI entries and fix invalid read on shutdown (#8042)
* Fix PhpDoc comments for message accessors to include "|null". (#8136)
* fix: convert native PHP floats to single precision (#8187)
* Fixed PHP to support field numbers >=2**28. (#8235)
* feat: add support for deprecated fields to PHP compiler (#8223)
* Protect against stack overflow if the user derives from Message. (#8248)
* Fixed clone for Message, RepeatedField, and MapField. (#8245)
* Updated upb to allow nonzero offset minutes in JSON timestamps. (#8258)
</notes>
<contents>
<dir baseinstalldir="/" name="/">
<file baseinstalldir="/" name="config.m4" role="src"/>
Expand Down

0 comments on commit 66e5185

Please sign in to comment.