summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c92edb4b30..3b276e9216 100644
--- a/NEWS
+++ b/NEWS
@@ -42,6 +42,12 @@ sufficient information, see the ChangeLog file or Redmine
* Setting <code>$,</code> to non-nil value is warned now. Use of it in
Array#join is warned too.
+* Quoted here-document identifier must end within the same line.
+
+ <<"EOS
+ " # This has been warned since 2.4
+ EOS
+
=== Core classes updates (outstanding ones only)
Enumerable::