diff options
Diffstat (limited to 'Help/release/dev/break-command-strictness.rst')
-rw-r--r-- | Help/release/dev/break-command-strictness.rst | 6 |
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`. |