We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe146ba commit 4eeb59bCopy full SHA for 4eeb59b
CHANGELOG.md
@@ -23,6 +23,11 @@
23
* Return a `ShutdownAlreadyStarted` error when calling `trigger_shutdown()` multiple times.
24
* Change the output type of `WrapCancel` futures from `Option` to a `Result` with the shutdown reason as error.
25
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
31
# Version 0.1.3 - 2023-08-14
32
* Mark all future wrappers as `#[must_use]`.
33
0 commit comments