Skip to content

Commit cdb3f1c

Browse files
committed
Update CHANGELOG for #115
1 parent 4a50d27 commit cdb3f1c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
------------------
33

44
* Dropped support for Python 3.4.
5+
56
* `#118 <https://github.com/pytest-dev/execnet/pull/118>`__: Fixed internal leak that should make
67
``execnet`` execute remote code in the main thread more often; previously it would sometimes
78
spawn a thread to execute a ``remote_exec`` call, even when the caller
@@ -10,6 +11,9 @@
1011
`pytest-dev/pytest-xdist#620 <https://github.com/pytest-dev/pytest-xdist/issues/620>`__
1112
for an example).
1213

14+
* `#115 <https://github.com/pytest-dev/execnet/pull/115>`__: Current working directory is now
15+
restored when calling ``script/socketserver.py``. The script now also loops by default
16+
when called from the command-line.
1317

1418
1.7.1 (2019-08-28)
1519
------------------

0 commit comments

Comments
 (0)