diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-12-17 13:31:01 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-12-17 13:31:01 +0900 |
| commit | ef09d2dfdd0fcf152c24f6442a5bd637327e187d (patch) | |
| tree | 8b889b6ef7ae7af04e0e1482b75f4b64cb453bd7 | |
| parent | 9a5290249047ce7182f8cfcbade8f5c94d162954 (diff) | |
Added JSON entry
| -rw-r--r-- | NEWS.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |
