summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c1caa5c..188c00b 100644
--- a/NEWS
+++ b/NEWS
@@ -41,6 +41,10 @@ Version 0.53.2+git, not yet released
uses. This doesn't catch when a parameters is used by a pipeline,
but not declared by it.
+* The worker-manager now defines a RUN() function for Python actions,
+ to make it easier to run commands from Python code. It's a small
+ wrapper around `subporocess.run()`.
+
Version 0.53.2, released 2018-07-18
------------------------------------