summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/break-command-strictness.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/release/dev/break-command-strictness.rst')
-rw-r--r--Help/release/dev/break-command-strictness.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/break-command-strictness.rst b/Help/release/dev/break-command-strictness.rst
new file mode 100644
index 0000000..0723774
--- /dev/null
+++ b/Help/release/dev/break-command-strictness.rst
@@ -0,0 +1,6 @@
+break-command-strictness
+------------------------
+
+* The :command:`break` command now rejects calls outside of a loop
+ context or that pass arguments to the command.
+ See policy :policy:`CMP0055`.