Skip to content

Commit cd39ee3

Browse files
committed
restore package.xml changelog [ci skip]
1 parent 0dc574e commit cd39ee3

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

package.xml

+37
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,43 @@
224224
<providesextension>msgpack</providesextension>
225225
<extsrcrelease />
226226
<changelog>
227+
228+
<release>
229+
<date>2023-06-02</date>
230+
<version>
231+
<release>2.2.0</release>
232+
<api>2.2.0</api>
233+
</version>
234+
<stability>
235+
<release>stable</release>
236+
<api>stable</api>
237+
</stability>
238+
<license filesource="LICENSE">3-Clause-BSD</license>
239+
<notes><![CDATA[
240+
* Fix PHP-8.2 compatibility (see gh issue #165)
241+
* Fix PHP-8.1 compatibility (see gh issues #161, #157, and #156)
242+
* Add support for ZEND_ACC_NOT_SERIALIZABLE and magic __{,un}serialize
243+
]]></notes>
244+
</release>
245+
246+
<release>
247+
<date>2020-11-27</date>
248+
<version>
249+
<release>2.1.2</release>
250+
<api>2.0.3</api>
251+
</version>
252+
<stability>
253+
<release>stable</release>
254+
<api>stable</api>
255+
</stability>
256+
<license filesource="LICENSE">3-Clause-BSD</license>
257+
<notes><![CDATA[
258+
* PHP-8 compatibility. (Remi Collet, Michael Wallner)
259+
* Fixed #152: Split tests for #67 regarding 32/64bit platforms. (Andy Postnikov)
260+
* Fixed #153 and #147: Small string optimization causes excessive memory consumption under specific workloads. (Michael Wallner)
261+
]]></notes>
262+
</release>
263+
227264
<release>
228265
<date>2020-07-27</date>
229266
<version>

0 commit comments

Comments
 (0)