summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2013-10-08 19:03:31 -0700
committerThomas Kluyver <takowl@gmail.com>2013-10-08 19:03:31 -0700
commitb99f040808c77737b92a2058957a364f92f1875b (patch)
tree4ace36708fedb9c434e2b647a23820f28245f42d
parent8275b226e42469b1c21352381bfe4d198fae2b2f (diff)
downloadpexpect-optional-ignore-sighup.tar.gz
List ignore_sighup option in changes for 3.0optional-ignore-sighup
-rw-r--r--doc/history.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/history.rst b/doc/history.rst
index 3a1ed56..2cf659d 100644
--- a/doc/history.rst
+++ b/doc/history.rst
@@ -14,6 +14,8 @@ new maintenance after a long dormancy, so some caution is warranted.
* A new :ref:`unicode API <unicode>` was introduced.
* Python 3 is now supported, using a single codebase.
* Pexpect now requires at least Python 2.6 or 3.2.
+* Ignoring ``SIGHUP`` is now optional - thanks to Kimmo Parviainen-Jalanko for
+ the patch.
We also now have `docs on ReadTheDocs <http://pexpect.readthedocs.org/>`_,
and `continuous integration on Travis CI <https://travis-ci.org/pexpect/pexpect>`_.