Skip to content

Commit cf2b8f1

Browse files
committed
docs: update Changelog.
1 parent e4321f8 commit cf2b8f1

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/changelog.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ Mitogen for Ansible
8989
``mitogen_ssh_keepalive_count`` variables, and the default timeout for an SSH
9090
server has been increased from `15*3` seconds to `30*10` seconds.
9191

92+
* `#600 <https://github.com/dw/mitogen/issues/600>`_: functionality to reflect
93+
changes to ``/etc/environment`` in the running interpreter did not account
94+
for Unicode file contents. Now the file may contain data in any single byte
95+
encoding.
96+
9297
* `7ae926b3 <https://github.com/dw/mitogen/commit/7ae926b3>`_: the
9398
``lineinfile`` module began leaking writable temporary file descriptors since
9499
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
159164
`Szabó Dániel Ernő <https://github.com/r3ap3rpy>`_,
160165
`Ulrich Schreiner <https://github.com/ulrichSchreiner>`_,
161166
`Yuki Nishida <https://github.com/yuki-nishida-exa>`_,
162-
`@ghp-rr <https://github.com/ghp-rr>`_, and
163-
`@rizzly <https://github.com/rizzly>`_.
167+
`@ghp-rr <https://github.com/ghp-rr>`_,
168+
`@rizzly <https://github.com/rizzly>`_, and
169+
`@tho86 <https://github.com/tho86>`_.
164170

165171

166172
v0.2.7 (2019-05-19)

0 commit comments

Comments
 (0)