mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] NEWS for [Feature #14579] [ci skip]
This commit is contained in:
parent
8e832ea031
commit
d05ef38865
1 changed files with 6 additions and 0 deletions
6
NEWS.md
6
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
|
||||
|
|
Loading…
Add table
Reference in a new issue