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.
This commit is contained in:
Christian Brendlin
2025-05-27 14:15:36 +02:00
committed by GitHub
parent 0ed68f94cf
commit b665e2cbe5

View File

@@ -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