diff --git a/releasenotes.md b/releasenotes.md index c30b42f72..560da72bb 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -57,7 +57,7 @@ - Add `Duration * Int` and `Clock - Clock` overload. - Add `DateTime + Duration` overloads. - Add `Maybe.equals` and respective `==` operator when the inner type is equatable. -- Add `inherit_stdio` option to `SubProcessOptions` to inherit parent's stdin, stdout, and stderr instead of creating pipes. #2138 +- Add `inherit_stdio` option to `SubProcessOptions` to inherit parent's stdin, stdout, and stderr instead of creating pipes. #2012 - Remove superfluous `cleanup` parameter in `os::exit` and `os::fastexit`. ## 0.7.1 Change list