From b527ff0b6618959a820a050c5b2ed46b6b1d2c03 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Mon, 29 Oct 2018 19:45:43 +0000 Subject: [PATCH] docs: update Changelog; closes #369. --- docs/changelog.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index ac9f37be..38e25272 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -24,6 +24,15 @@ Mitogen for Ansible Enhancements ^^^^^^^^^^^^ +* `#369 `_: :meth:`Connection.reset` + is implemented, allowing `meta: reset_connection + `_ to shut + down the remote interpreter as expected, and improving support for the + `reboot + `_ + module. + + Fixes ^^^^^