From ef09d2dfdd0fcf152c24f6442a5bd637327e187d Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 17 Dec 2024 13:31:01 +0900 Subject: [PATCH] Added JSON entry --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index 21d2f73761..a449f33a8c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -159,6 +159,10 @@ Note: We're only listing outstanding class updates. * Add a lockfile_checksums configuration to include checksums in fresh lockfiles. * Add bundle lock --add-checksums to add checksums to an existing lockfile. +* JSON + + * Performance improvements `JSON.parse` about 1.5 times faster than json-2.7.x. + * Tempfile * The keyword argument `anonymous: true` is implemented for Tempfile.create.