From 78020f93512584546ae9af7ca245b97527545760 Mon Sep 17 00:00:00 2001 From: Michael Adelson Date: Mon, 23 Dec 2019 08:26:10 -0500 Subject: [PATCH] Additional readme changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebdcfa5..86ff9a4 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Linux: [![Build Status](https://travis-ci.com/madelson/MedallionShell.svg?branch - 1.6.1 - Fixes transient error in signaling on Windows machines with slow disks ([#61](https://github.com/madelson/MedallionShell/issues/61)) - Reduces dependency footprint for .NET Standard 2.0 ([#56](https://github.com/madelson/MedallionShell/issues/56)) - - Improves error messaging when trying to access the standard IO streams of Commands when those streams have been piped elsewhere ([#59](https://github.com/madelson/MedallionShell/issues/59)) + - Improves error messaging when trying to access the standard IO streams of Commands when those streams have been piped elsewhere ([#59](https://github.com/madelson/MedallionShell/issues/59), [#41](https://github.com/madelson/MedallionShell/issues/41)) - Adds C#8 nullable reference type annotations - 1.6.0 - Adds `Command.TryAttachToProcess` API for creating a `Command` attached to an already-running process ([#30](https://github.com/madelson/MedallionShell/issues/30)). Thanks [konrad-kruczynski](konrad-kruczynski) for coming up with the idea and implementing!