We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd1c9cb commit 76fbe50Copy full SHA for 76fbe50
2 files changed
βChangelog.mdβ
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 4.0.1
4
+
5
+- π fix: move all task finalization into the scope destructor (#1085)
6
+- π fix: destroy task scope when halting to prevent memory leak (#1081)
7
8
## 4.0.0
9
10
- Announcing Effection 4.0
βdeno.jsonβ
@@ -30,5 +30,5 @@
30
"workspace": [
31
"./www"
32
],
33
- "version": "4.0.0-alpha.9"
+ "version": "4.0.1"
34
}
0 commit comments