summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjquast <contact@jeffquast.com>2013-10-27 15:34:22 -0700
committerjquast <contact@jeffquast.com>2013-10-27 15:34:22 -0700
commit340f4a40e4335d9073671016bd74412dde780871 (patch)
treeb597dffb1e25d8bcfe23265610231bd79372daa3 /doc
parentae055154972a2070bb53a8e7d0324a4b5768aac9 (diff)
downloadpexpect-340f4a40e4335d9073671016bd74412dde780871.tar.gz
backport changes from performing diff of 2.3->2.4
Diffstat (limited to 'doc')
-rw-r--r--doc/history.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/history.rst b/doc/history.rst
index fcaa7f1..750e035 100644
--- a/doc/history.rst
+++ b/doc/history.rst
@@ -25,6 +25,12 @@ new maintenance after a long dormancy, so some caution is warranted.
We also now have `docs on ReadTheDocs <http://pexpect.readthedocs.org/>`_,
and `continuous integration on Travis CI <https://travis-ci.org/pexpect/pexpect>`_.
+Version 2.4
+```````````
+
+* Fix a bug regarding making the pty the controlling terminal when the process
+ spawning it is not, actually, a terminal (such as from cron)
+
Version 2.3
```````````