summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-09-11 19:13:53 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-09-11 19:20:16 +0900
commitd05ef38865af8dd43fd583e46f46509fe29e93cb (patch)
tree9d4dd727a357a2a6b2c7bf069650f7020968fb0f /NEWS.md
parent8e832ea031ed37696853dbe9527273c2a58af1ab (diff)
[DOC] NEWS for [Feature #14579] [ci skip]
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 2eef0dc019..6c5c0d4e3c 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -69,6 +69,11 @@ Note that each entry is kept to a minimum, see links for details.
[[Bug #4443]]
+* Values in Hash literals can be omitted. [[Feature #14579]]
+
+ `{x:, y:}` is a syntax sugar of `{x: x, y: y}`.
+
+
## Command line options
## Core classes updates
@@ -210,6 +215,7 @@ Excluding feature bug fixes.
[Bug #4443]: https://bugs.ruby-lang.org/issues/4443
[Feature #12194]: https://bugs.ruby-lang.org/issues/12194
[Feature #14256]: https://bugs.ruby-lang.org/issues/14256
+[Feature #14579]: https://bugs.ruby-lang.org/issues/14579
[Feature #15198]: https://bugs.ruby-lang.org/issues/15198
[Feature #15211]: https://bugs.ruby-lang.org/issues/15211
[Feature #16043]: https://bugs.ruby-lang.org/issues/16043