diff --git a/NEWS b/NEWS index 5f8db24c0f..3c0a5b4d9a 100644 --- a/NEWS +++ b/NEWS @@ -121,7 +121,7 @@ sufficient information, see the ChangeLog file or Redmine * incompatible changes: * `system()` and `exec()` do not close non-standard file descriptors - (The default of `:close_others` option is changed to false by + (The default of `:close_others` option is changed to `false` by default. but we still set the `FD_CLOEXEC` flag on descriptors we create). [Misc #14907]