summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRed_M <git@red-m.net>2019-03-24 14:08:45 +1000
committerRed_M <git@red-m.net>2019-03-24 14:08:45 +1000
commitc172b2003b19ea6c73a56c1251a6989be00ef548 (patch)
treed27b5fbd631fe906c44223a8a68241eba90ac059
parentc66a55739e3b2e92c7c7e81ccd56a47d5c02dd05 (diff)
downloadpexpect-git-c172b2003b19ea6c73a56c1251a6989be00ef548.tar.gz
Update change log.4.7.0
-rw-r--r--doc/history.rst12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/history.rst b/doc/history.rst
index 207b063..b3b0ff1 100644
--- a/doc/history.rst
+++ b/doc/history.rst
@@ -11,8 +11,16 @@ Version 4.7
config is provided and will raise an error if neither are provided.
(:ghpull:`562`).
* The :meth:`.pxssh.login` method now supports providing your own ``ssh``
- command via the ``cmd`` option.
- (:ghpull:`528`) (:ghpull:`563`)
+ command via the ``cmd`` parameter.
+ (:ghpull:`528`) (:ghpull:`563`).
+* :class:`.pxssh` now supports the ``use_poll`` parameter which is passed into :meth:`.pexpect.spawn`
+ (:ghpull:`542`).
+* Minor bug fix with ``ssh_config``.
+ (:ghpull:`498`).
+* :meth:`.replwrap.run_command` now has async support via an ``async_`` parameter.
+ (:ghpull:`501`).
+* :meth:`.pexpect.spawn` will now read additional bytes if able up to a buffer limit.
+ (:ghpull:`304`).
Version 4.6
```````````