From bbaebec7435686f1bbdaa24df2bea9f862da65ff Mon Sep 17 00:00:00 2001 From: Tyson Andre Date: Sat, 1 Oct 2022 09:50:38 -0400 Subject: [PATCH] Update the package release notes and date --- package.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.xml b/package.xml index dddb364..288cf53 100644 --- a/package.xml +++ b/package.xml @@ -18,7 +18,7 @@ yes --> - 2022-09-30 + 2022-10-01 2.0.4 2.0.4 @@ -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)