From 2959b7911ee8a414ea25349c87cb0b929768713e Mon Sep 17 00:00:00 2001 From: David Wilson Date: Thu, 13 Dec 2018 20:02:02 +0000 Subject: [PATCH] issue #453: update Changelog. --- docs/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 9ba97573..d69827b7 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -283,6 +283,11 @@ Core Library * `#439 `_: descriptive errors are raised when attempting to invoke unsupported function types. +* `#453 `_: the loggers used in + children for standard IO redirection have propagation disabled, preventing + accidental reconfiguration of the :mod:`logging` package in a child from + setting up a feedback loop. + * `16ca111e `_: handle OpenSSH 7.5 permission denied prompts when ``~/.ssh/config`` rewrites are present.