We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b9ba6 commit 469afdbCopy full SHA for 469afdb
HISTORY.rst
@@ -8,6 +8,11 @@ History
8
list as the first argument) is now deprecated. As a number of arguments
9
will be removed in a future version the use of unnamed arguments will
10
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
15
+ mechanisms.
16
17
2.1.0 (2020-09-05)
18
------------------
0 commit comments