summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-20 02:49:24 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-20 02:49:24 +0000
commit05f99bcb18be6ac205fe342a5c1819348dd7fd9c (patch)
tree1f7d501f169d467714250b9faf702de8ed287c1f /NEWS
parentb0c03f63e5b3865684d8d37e8cac666ba7e0e3e0 (diff)
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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 39c24733b8..f8c08c4ecb 100644
--- a/NEWS
+++ b/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