From ddf62c4c20fc5ac84cd4b50f3af5988695fe2344 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 25 Dec 2024 13:53:36 +0900 Subject: [PATCH] [DOC] Put empty lines --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 699855566b..cb874c8d75 100644 --- a/NEWS.md +++ b/NEWS.md @@ -162,9 +162,11 @@ Note: We're only listing outstanding class updates. We only list stdlib changes that are notable feature changes. * RubyGems + * Add `--attestation` option to gem push. It enabled to store signature of build artifact to sigstore.dev. * Bundler + * Add a `lockfile_checksums` configuration to include checksums in fresh lockfiles. * Add bundle lock `--add-checksums` to add checksums to an existing lockfile.