summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2022-03-16 21:40:31 -0400
committerGitHub <noreply@github.com>2022-03-16 21:40:31 -0400
commitfce60f2cc20bda8403fc7577c086759744314561 (patch)
tree52d3ef6f0b2842cae0dfe298472e78f0e08a3793 /Releases.md
parent18f998fbee51f5dc2f31f6172bcdc7390bf795fa (diff)
v1.20.1
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/Releases.md b/Releases.md
index 6978807ef..5e26cc78d 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,7 +6,7 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
-### 1.20.0 / 2022.03.16
+### 1.20.1 / 2022.03.16
- BREAKING: don't inherit permissions by default (#13668)
- feat(cli): support data url (#13667)
@@ -45,6 +45,8 @@ https://github.com/denoland/deno_install
- perf(web): use DOMString for BlobParts (#13979)
- perf: opt-level-3 all of ext (#13940)
+Note 1.20.0 was dead on arrival, see https://github.com/denoland/deno/pull/13993
+
### 1.19.3 / 2022.03.10
- fix(ci): restore compatibility with older glibc (#13846)