summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordluyer <53582923+dluyer@users.noreply.github.com>2020-01-16 14:21:52 -0800
committerGitHub <noreply@github.com>2020-01-16 14:21:52 -0800
commitc9d023e343c2e5c814834c44d52c96668517da4a (patch)
tree690e9913435b794546f780e2bf95fbcd1355c5b3
parenta08ed4747c7febc8df3684b615f9d2b01359a0f1 (diff)
downloadpexpect-git-c9d023e343c2e5c814834c44d52c96668517da4a.tar.gz
Update history.rst
-rw-r--r--doc/history.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/history.rst b/doc/history.rst
index 3f05909..2a4aeb0 100644
--- a/doc/history.rst
+++ b/doc/history.rst
@@ -17,6 +17,8 @@ Version 4.8
* Disable chaining of timeout and EOF exceptions (:gphull:`606`).
* Allow traceback included snippet length to be configured via
``str_last_chars`` rather than always 100 (:ghpull:`598`).
+* Python 3 warning added to interact.py (:ghpull:`537`).
+* Several doc updates.
Version 4.7
```````````