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.