summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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