summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-08 03:08:33 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-08 03:08:33 +0000
commit10952d16e62af8414a42a1ca5e15016e95d9e4e7 (patch)
tree3a27dd86357d76f672651d39cb9c20eb99d08a04 /NEWS
parent45a6f6374a4e2f57db7bcc7dd7f079a3f55dd670 (diff)
NEWS: indented heredoc [ci skip]
* NEWS: mention about indented here document. [Feature #9098] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52935 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7a6c82661f..aa6bef9843 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,7 @@ with all sufficient information, see the ChangeLog file.
=== Language changes
* frozen-string-literal pragma:
+
* new pragma, frozen-string-literal has been experimentally introduced.
* besides, --enable/--disable=frozen-string-literal options also have
been introduced.
@@ -37,6 +38,11 @@ with all sufficient information, see the ChangeLog file.
* attribute assignment is valid
obj&.attr += 1
+* indented here document:
+
+ * new string literal, here document starts with `<<~`.
+ refer doc/syntax/literals.rdoc for more details.
+
=== Core classes updates (outstanding ones only)
* ARGF