diff --git a/docs/changelog.rst b/docs/changelog.rst index aab49020..2e37e87f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -89,6 +89,11 @@ Mitogen for Ansible ``mitogen_ssh_keepalive_count`` variables, and the default timeout for an SSH server has been increased from `15*3` seconds to `30*10` seconds. +* `#600 `_: functionality to reflect + changes to ``/etc/environment`` in the running interpreter did not account + for Unicode file contents. Now the file may contain data in any single byte + encoding. + * `7ae926b3 `_: the ``lineinfile`` module began leaking writable temporary file descriptors since Ansible 2.7.0. When ``lineinfile`` was used to create or modify a script, and @@ -159,8 +164,9 @@ bug reports, testing, features and fixes in this release contributed by `Szabó Dániel Ernő `_, `Ulrich Schreiner `_, `Yuki Nishida `_, -`@ghp-rr `_, and -`@rizzly `_. +`@ghp-rr `_, +`@rizzly `_, and +`@tho86 `_. v0.2.7 (2019-05-19)