From 0abb6b0880e8a4db72d334a3a8297b36c546fca0 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Mon, 1 Oct 2018 20:21:29 +0100 Subject: [PATCH] issue 366: update changelog. --- docs/changelog.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 4ba20f8b..c64e999b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -173,6 +173,12 @@ Core Library * `#345 `_: the SSH connection method allows optionally disabling ``IdentitiesOnly yes``. +* `#366 `_, + `#380 `_: attempts by children to + import :mod:`__main__` where the main program module lacks an execution guard + are refused, and an error is logged. This prevents a common and highly + confusing error when prototyping new scripts. + * `#371 `_: the LXC connection method uses a more compatible method to establish an non-interactive session. Contributed by Brian Candler. @@ -202,6 +208,7 @@ the bug reports in this release contributed by `Dan Quackenbush `_, `dsgnr `_, `Jesse London `_, +`John McGrath `_, `Jonathan Rosser `_, `Josh Smift `_, `Luca Nunzi `_, @@ -210,6 +217,7 @@ the bug reports in this release contributed by `Pierre-Henry Muller `_, `Pierre-Louis Bonicoli `_, `Prateek Jain `_, +`RedheatWei `_, `Rick Box `_, `Tawana Musewe `_, `Timo Beckers `_, and