diff --git a/changes/b4642a502f49353787b4f6632a6a6566.yaml b/changes/b4642a502f49353787b4f6632a6a6566.yaml index 9f1d77bb44..0a2cae37b9 100644 --- a/changes/b4642a502f49353787b4f6632a6a6566.yaml +++ b/changes/b4642a502f49353787b4f6632a6a6566.yaml @@ -1,9 +1,9 @@ --- desc: Fixed an issue with the Storm loop and generator keywords, ``continue``, ``break``, - and ``stop``. Using these keywords to outside of a loop or generator function will now raise a ``StormRuntimeError`` - exception. Using these keywords to tear down the Storm runtime will now emit an - ``err`` message with the type ``StormRuntimeError`` and a message indicating the - invalid use of the keywords. + and ``stop``. Using these keywords outside of a loop or generator function will now + raise a ``StormRuntimeError`` exception. Using these keywords to tear down the Storm + runtime will now emit an ``err`` message with the type ``StormRuntimeError`` and a + message indicating the invalid use of the keywords. prs: [] type: bug ...