diff --git a/.changelog/unreleased/breaking-changes/ibc-relayer/1656-supervisor-spawn.md b/.changelog/unreleased/breaking-changes/ibc-relayer/1656-supervisor-spawn.md new file mode 100644 index 0000000000..aab7c64a3e --- /dev/null +++ b/.changelog/unreleased/breaking-changes/ibc-relayer/1656-supervisor-spawn.md @@ -0,0 +1,3 @@ +- Improve spawning of supervisor worker tasks ([#1656](https://github.com/informalsystems/ibc-rs/issues/1656)) + - The `Supervisor` struct is removed. + - Supervisor is now spawned using the `spawn_supervisor` function.