summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2018-05-29 14:12:36 +0200
committerGitHub <noreply@github.com>2018-05-29 14:12:36 +0200
commit0561588707d248f303d45c5cfb175dd49bcfae4f (patch)
treec1cd01d56ce139fea5eda40185e3e2ba164d9ef2
parent99afe2080a5ffb5e5011daebce3ddbb5133d9088 (diff)
parent5530f68953d08160c1b6bcb51db63ce0b5c2e087 (diff)
downloadpexpect-0561588707d248f303d45c5cfb175dd49bcfae4f.tar.gz
Merge pull request #494 from ryanpetrello/46-relnotes
Release notes for 4.6
-rw-r--r--doc/history.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/history.rst b/doc/history.rst
index aaaaa5d..41a5918 100644
--- a/doc/history.rst
+++ b/doc/history.rst
@@ -4,6 +4,17 @@ History
Releases
--------
+Version 4.6
+```````````
+
+* The :meth:`.pxssh.login` method now supports an ``ssh_config`` parameter,
+ which can be used to specify a file path to an SSH config file
+ (:ghpull:`490`).
+* Improved compatability for the ``crlf`` parameter of :class:`~.PopenSpawn`
+ (:ghpull:`493`)
+* Fixed an issue in read timeout handling when using :class:`~.spawn` and
+ :class:`~.fdspawn` with the ``use_poll`` parameter (:ghpull:`492`).
+
Version 4.5
```````````