From f66764e1c00624b91c3ab9554c7872f9611ebc42 Mon Sep 17 00:00:00 2001 From: Victor Date: Fri, 17 Aug 2018 00:33:56 +0200 Subject: [PATCH] Added changelog and updated AUTHORS. --- AUTHORS | 1 + changelog/3819.bugfix.rst | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelog/3819.bugfix.rst diff --git a/AUTHORS b/AUTHORS index 4a322b0a5..9c3cb6a12 100644 --- a/AUTHORS +++ b/AUTHORS @@ -206,6 +206,7 @@ Trevor Bekolay Tyler Goodlet Tzu-ping Chung Vasily Kuznetsov +Victor Maryama Victor Uriarte Vidar T. Fauske Vitaly Lashmanov diff --git a/changelog/3819.bugfix.rst b/changelog/3819.bugfix.rst new file mode 100644 index 000000000..02b33f9b1 --- /dev/null +++ b/changelog/3819.bugfix.rst @@ -0,0 +1 @@ +Fix ``stdout/stderr`` not getting captured when real-time cli logging is active.