From 267dc2caaa5ee0062b59d43aa204973acf9f616d Mon Sep 17 00:00:00 2001 From: chronolaw Date: Fri, 26 Jul 2024 15:14:06 +0800 Subject: [PATCH] changelog --- changelog/unreleased/kong/resty-simdjson.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/unreleased/kong/resty-simdjson.yml b/changelog/unreleased/kong/resty-simdjson.yml index 493f5eb194a1..2da90247be21 100644 --- a/changelog/unreleased/kong/resty-simdjson.yml +++ b/changelog/unreleased/kong/resty-simdjson.yml @@ -1,5 +1,5 @@ message: | - Introduced a new yieldable JSON library lua-resty-simdjson, - which will improve the latency dramatically. + Introduced a yieldable JSON library `lua-resty-simdjson`, + which would improve the latency significantly. type: dependency scope: Core