From 5f1385bec0b6cfddbd51fc867ee6dcff2122399b Mon Sep 17 00:00:00 2001 From: Shugo Maeda Date: Thu, 16 Sep 2021 17:31:39 +0900 Subject: [PATCH] Add a newline [ci skip] --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 173afe1ed7..38d7859847 100644 --- a/NEWS.md +++ b/NEWS.md @@ -71,6 +71,7 @@ Note that each entry is kept to a minimum, see links for details. * Values in Hash literals and keyword arguments can be omitted. [[Feature #14579]] + For example, * `{x:, y:}` is a syntax sugar of `{x: x, y: y}`.