Skip to content

Commit

Permalink
Merge pull request #71 from TysonAndre/update-release-date
Browse files Browse the repository at this point in the history
Update the package release notes and date
  • Loading branch information
TysonAndre authored Oct 1, 2022
2 parents 91cae36 + bbaebec commit 3767ea6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<active>yes</active>
</lead>
-->
<date>2022-09-30</date>
<date>2022-10-01</date>
<version>
<release>2.0.4</release>
<api>2.0.4</api>
Expand All @@ -32,6 +32,7 @@
* Add `-fvisibility=hidden` to compiler options to reduce compiled extension size by avoiding exporting symbols by default.
* If the requested json parsing $depth is excessively large when reallocating larger buffers for the C simdjson parser,
then internally use a smaller $depth that would behave identically with lower memory usage. (#66)
* Update simdjson to properly reject surrogate pairs with an invalid low surrogate. (https://en.wikipedia.org/wiki/UTF-16)
</notes>
<contents>
<dir name="/">
Expand Down

0 comments on commit 3767ea6

Please sign in to comment.