mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
NEWS: quoted symbol keys
* NEWS (Language changes): add quoted symbol keys. [Feature #4276] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47650 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b0c03f63e5
commit
05f99bcb18
1 changed files with 3 additions and 0 deletions
3
NEWS
3
NEWS
|
@ -16,6 +16,9 @@ with all sufficient information, see the ChangeLog file.
|
|||
* nil/true/false
|
||||
* nil/true/false objects are frozen. [Feature #8923]
|
||||
|
||||
* Hash literal
|
||||
* Symbol key followed by a colon can be quoted. [Feature #4276]
|
||||
|
||||
=== Core classes updates (outstanding ones only)
|
||||
|
||||
* Binding
|
||||
|
|
Loading…
Reference in a new issue