From f23d138bba13065bc0bc78d2c6053eae5a8b5e83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Cs=C3=A1rdi?= Date: Tue, 7 May 2019 09:43:18 +0100 Subject: [PATCH] Add NEWS for disabling `\r` --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index a2d938f..517f902 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,9 @@ # dev +* Fix output when standard output does not support `\r`, typically when + it is not a terminal (#94). + * Fix standard output and standard error mixup in the test cases, #88, #96. * Fix parsing test failures when multiple architectures are checked, #97.