Skip to content

Commit 3767ea6

Browse files
authored
Merge pull request #71 from TysonAndre/update-release-date
Update the package release notes and date
2 parents 91cae36 + bbaebec commit 3767ea6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.xml

Lines changed: 2 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-09-30</date>
21+
<date>2022-10-01</date>
2222
<version>
2323
<release>2.0.4</release>
2424
<api>2.0.4</api>
@@ -32,6 +32,7 @@
3232
* Add `-fvisibility=hidden` to compiler options to reduce compiled extension size by avoiding exporting symbols by default.
3333
* If the requested json parsing $depth is excessively large when reallocating larger buffers for the C simdjson parser,
3434
then internally use a smaller $depth that would behave identically with lower memory usage. (#66)
35+
* Update simdjson to properly reject surrogate pairs with an invalid low surrogate. (https://en.wikipedia.org/wiki/UTF-16)
3536
</notes>
3637
<contents>
3738
<dir name="/">

0 commit comments

Comments
 (0)