diff --git a/NEWS b/NEWS index 902b1ad36..019563f2a 100644 --- a/NEWS +++ b/NEWS @@ -124,6 +124,9 @@ GNU coreutils NEWS -*- outline -*- ** New features + chmod -w now complains if its behavior differs from what chmod a-w + would do, and similarly for chmod -r, chmod -x, etc. + join now supports a NUL field separator, e.g., "join -t '\0'". join now detects and reports incompatible options, e.g., "join -t x -t y",