summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fbd8082ef4..89565e7caf 100644
--- a/NEWS
+++ b/NEWS
@@ -39,6 +39,9 @@ sufficient information, see the ChangeLog file or Redmine
* Setting <code>$;</code> to non-nil value is warned now. Use of it in
String#split is warned too.
+* Setting <code>$,</code> to non-nil value is warned now. Use of it in
+ Array#join is warned too.
+
=== Core classes updates (outstanding ones only)
Enumerable::