From 560205a96f189e560210f135126cef9de5871372 Mon Sep 17 00:00:00 2001 From: Russell Yanofsky Date: Sun, 19 Jan 2020 06:09:11 -0500 Subject: [PATCH] pull #683: update changelog --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index a5017820..20cf44d3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -384,6 +384,7 @@ v0.3.1 (unreleased) * :gh:issue:`876` `python -c ...` first stage no longer contains tab characters, to reduce size * :gh:issue:`878` Continuous Integration tests now correctly perform comparisons of 2 digit versions * :gh:issue:`878` Kubectl connector fixed with Ansible 2.10 and above +* :gh:pull:`683` Previously broken :mod:`mitogen.fakessh` functionality is restored v0.3.0 (2021-11-24)