summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/add-continue-command.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/release/dev/add-continue-command.rst')
-rw-r--r--Help/release/dev/add-continue-command.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/add-continue-command.rst b/Help/release/dev/add-continue-command.rst
new file mode 100644
index 0000000..4995a8e
--- /dev/null
+++ b/Help/release/dev/add-continue-command.rst
@@ -0,0 +1,6 @@
+add-continue-command
+--------------------
+
+* A new :command:`continue` command was added that can be called inside loop
+ contexts to end the current iteration and start the next one at the top of
+ the loop block.