1
0
Fork 0
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:
nobu 2014-09-20 02:49:24 +00:00
parent b0c03f63e5
commit 05f99bcb18

3
NEWS
View file

@ -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