Skip to content

Commit 035163f

Browse files
committed
Update NEWS to match package.xml
1 parent 3044fc3 commit 035163f

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

NEWS

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
3.2.13 2023-02-02
2+
=======
3+
4+
* Speed up unserialization of typed properties by reducing hash table collisions when looking up property reference info.
5+
6+
3.2.12 2022-11-07
7+
=======
8+
9+
* Fix symbol error seen in php 8.2.0 loading zend_class_unserialize_deny, due to failing to load a header defining a macro.
10+
11+
3.2.11 2022-11-06
12+
=======
13+
* Fix a bug that could prevent objects/arrays with reference cycles from being properly garbage collected.
14+
* Fix bugs in unserializing PHP references to values found in php 7.4 typed properties (#363)
15+
16+
3.2.10 2022-11-06
17+
=======
18+
19+
* Add a macro that callers can use to check if igbinary will accept the header for data being unserialized.
20+
* Fix bug preventing the unserialization of data containing representations of strings larger than 4GB.
21+
22+
3.2.9 2022-10-17
23+
=======
24+
25+
* Fix invalid release artifact name in job to build dlls for https://github.com/igbinary/igbinary
26+
127
3.2.8 2022-10-17
228
=======
329

0 commit comments

Comments
 (0)