ruby-changes:67943
From: Nobuyoshi <ko1@a...>
Date: Sat, 11 Sep 2021 19:27:30 +0900 (JST)
Subject: [ruby-changes:67943] d05ef38865 (master): [DOC] NEWS for [Feature #14579] [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=d05ef38865 From d05ef38865af8dd43fd583e46f46509fe29e93cb Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sat, 11 Sep 2021 19:13:53 +0900 Subject: [DOC] NEWS for [Feature #14579] [ci skip] --- NEWS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.md b/NEWS.md index 2eef0dc..6c5c0d4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -69,6 +69,11 @@ Note that each entry is kept to a minimum, see links for details. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L69 [[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. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L215 [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 -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/