Skip to content

Commit e1f5d0a

Browse files
committed
Add link to PR.
and there will be one more final Python 3.5-compatible release
1 parent 2b81c43 commit e1f5d0a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

HISTORY.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ History
88
list as the first argument) is now deprecated. As a number of arguments
99
will be removed in a future version the use of unnamed arguments will
1010
cause future confusion. `Use explicit keyword arguments instead (#62). <https://github.com/DiamondLightSource/python-procrunner/pull/62>`_
11-
* The run() function debug argument has been deprecated. This is only
12-
only used to debug the NonBlockingStream* classes. Those are due to be
13-
replaced in a future release, so the argument will no longer serve a
14-
purpose. Debugging information remains available via standard logging
11+
* `The run() function debug argument has been deprecated (#63). <https://github.com/DiamondLightSource/python-procrunner/pull/63>`_
12+
This is only used to debug the NonBlockingStream* classes. Those are due
13+
to be replaced in a future release, so the argument will no longer serve
14+
a purpose. Debugging information remains available via standard logging
1515
mechanisms.
16+
* Final version supporting Python 3.5
1617

1718
2.1.0 (2020-09-05)
1819
------------------
@@ -24,7 +25,6 @@ History
2425
When set to 'True' a subprocess.TimeoutExpired exception is raised when the
2526
process runtime exceeds the timeout threshold. This defaults to 'False' and
2627
will be set to 'True' in a future release.
27-
* Final version supporting Python 3.5
2828

2929
2.0.0 (2020-06-24)
3030
------------------

0 commit comments

Comments
 (0)