summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/NEWS b/doc/NEWS
index 206e40a694..8510799eb7 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -1,3 +1,8 @@
+: Regexp
+
+ It is being obsoleted to regard /re/ as /re/ =~ $_ in a conditional
+ context. Use ~/re/ instead.
+
: String#lstrip, rstrip, lstrip!, rstrip!
Added. These strip only left or right part of a string.