Skip to content

Commit c0034f2

Browse files
authored
Merge pull request #83 from TysonAndre/update-2.0.5-notes
Update package.xml for 2.0.5, fix xml syntax error
2 parents 83f4ccb + c448f1e commit c0034f2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<active>yes</active>
1919
</lead>
2020
-->
21-
<date>2022-10-01</date>
21+
<date>2022-10-12</date>
2222
<version>
2323
<release>2.0.5</release>
2424
<api>2.0.5</api>
@@ -30,6 +30,7 @@
3030
<license uri="https://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</license>
3131
<notes>
3232
* Reuse PHP's 1-byte and 0-byte interned strings in simdjson_decode, reducing memory usage for those strings. (e.g. for the key/value in '{"x":""}')
33+
* Return correct count in simdjson_key_count. Properly return counts larger than 0xFFFFFF instead of returning 0xFFFFFF.
3334
</notes>
3435
<contents>
3536
<dir name="/">
@@ -92,6 +93,7 @@
9293
<providesextension>simdjson</providesextension>
9394
<extsrcrelease/>
9495
<changelog>
96+
<release>
9597
<date>2022-10-01</date>
9698
<version>
9799
<release>2.0.4</release>

0 commit comments

Comments
 (0)