summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Quast <contact@jeffquast.com>2016-07-01 22:05:27 -0700
committerJeff Quast <contact@jeffquast.com>2016-07-02 08:49:50 -0700
commitdc07ae89c386980eadf1b4fc58978f4385d2a4af (patch)
tree12e6334865054f6ffbb787f39f69de6fe3eb2451
parent935fc210302ff394ef028f98a075546ca271feb5 (diff)
downloadpexpect-git-dc07ae89c386980eadf1b4fc58978f4385d2a4af.tar.gz
Prepare 4.2 changelog
-rw-r--r--doc/history.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/history.rst b/doc/history.rst
index 1b3b4ab..f90d515 100644
--- a/doc/history.rst
+++ b/doc/history.rst
@@ -11,7 +11,10 @@ Version 4.2
:class:`~.run` family of calls containing a value for ``PATH``, its value is
used to discover the target executable from a relative path, rather than the
current process's environment ``PATH``. This mirrors the behavior of
- :func:`subprocess.Popen` in the standard library.
+ :func:`subprocess.Popen` in the standard library (:ghissue:`348`).
+
+* Regression: Re-introduce capability for :meth:`read_nonblocking` in class
+ :class:`fdspawn` as previously supported in version 3.3 (:ghissue:`359`).
Version 4.0
```````````