summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
```````````