diff --git a/src/reference/changes.rst b/src/reference/changes.rst index eddad8c287..0615d63a53 100644 --- a/src/reference/changes.rst +++ b/src/reference/changes.rst @@ -38,13 +38,13 @@ Cylc 8.4 Cylc Remove ^^^^^^^^^^^ -Cylc Remove now allows removing tasks which are not longer active, making +Cylc Remove now allows removing tasks which are no longer active, making it look like they never ran. Removing a running task will now kill that task. The ``cylc remove`` command now has the ``--flow`` option, allowing removal of a task from specific flows. -Tasks Removed from all flows are retained in the workflow database with +Tasks removed from all flows are retained in the workflow database with ``flow=none`` for provenance. .. image:: ../user-guide/interventions/remove.gif @@ -58,7 +58,9 @@ Tasks Removed from all flows are retained in the workflow database with Skip Mode ^^^^^^^^^ -Tasks can be configured to run in skip mode, either from the configuration +Tasks can now be run in "skip" mode where they complete +their required outputs instantly. +Tasks can be configured to run in skip mode either in the workflow configuration or by broadcasting. .. image:: ../user-guide/interventions/skip-cycle.gui.gif