Skip to content

Commit 4eeb59b

Browse files
committed
Update changelog for release of v0.1.4.
1 parent fe146ba commit 4eeb59b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
* Return a `ShutdownAlreadyStarted` error when calling `trigger_shutdown()` multiple times.
2424
* Change the output type of `WrapCancel` futures from `Option` to a `Result` with the shutdown reason as error.
2525

26+
# Version 0.1.4 - 2024-03-22
27+
* Fix shutdown_complete() completing before shutdown even started.
28+
* Fix bug where the list of wakers to trigger on shutdown or shutdown completion could grow indefinitely.
29+
30+
2631
# Version 0.1.3 - 2023-08-14
2732
* Mark all future wrappers as `#[must_use]`.
2833

0 commit comments

Comments
 (0)