Skip to content

Commit

Permalink
Chagnelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vEpiphyte committed Dec 31, 2024
1 parent 8a893af commit 57a5d81
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions changes/b4642a502f49353787b4f6632a6a6566.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
desc: Fixed an issue with the Storm loop and generator keywords, ``continue``, ``break``,
and ``stop``. Using these keywords to exit a 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 messgae indicating the
invalid use of the keywords.
prs: []
type: bug
...

0 comments on commit 57a5d81

Please sign in to comment.