From b665e2cbe55ebe662a1b36427cfb2708cc95c694 Mon Sep 17 00:00:00 2001 From: Christian Brendlin <92454917+chrischtel@users.noreply.github.com> Date: Tue, 27 May 2025 14:15:36 +0200 Subject: [PATCH] change releasenotes entry to reflect to correct issue (#2159) I changed the reference #2138 to point to the issue #2012 instead of the pull request. --- releasenotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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