Skip to content

Commit

Permalink
Add extra not about change in to TryExcept
Browse files Browse the repository at this point in the history
  • Loading branch information
timsavage committed Oct 9, 2023
1 parent 708f19a commit 1c93262
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions HISTORY
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Additions
---------

- Add and_finally option to the Group (and derived) nodes. This provides a way
- Add ``and_finally`` option to the Group (and derived) nodes. This provides a way
to execute nodes to clean up after a workflow has completed successfully or
an exception was raised.

Expand All @@ -15,7 +15,8 @@ Changes
of the context if an exception is raised.
- Fix the inheritance of exceptions. All RunTime exceptions are now based off
of ``WorkflowRuntimeError``.

- ``TryExcept`` now resolves nodes called after an exception taking subclasses
into account. This matches the behaviour of Python itself.

0.15.0
======
Expand Down

0 comments on commit 1c93262

Please sign in to comment.