summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-04-07 14:40:20 -0400
committerGitHub <noreply@github.com>2022-04-07 14:40:20 -0400
commitb2aaf708abd1af7c6df34a273a1720de63f93fcc (patch)
tree814e4cf6e3f9ce6d6dbc7e3a304a78bb2b6168c0 /Releases.md
parent181e378032757938be88d8a02d6f87be191b47e2 (diff)
chore: forward v1.20.5 release commit to main (#14232)
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index 2731a933d..186a36bf9 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,14 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.20.5 / 2022.04.07
+
+- feat(lsp/unstable): add experimental testing API (#13798)
+- feat(lsp/unstable): support tasks in the config file (#14139)
+- feat(unstable): add ref/unref to Listener (#13961)
+- fix(cli/install): preserve compat flag (#14223)
+- fix(ext/crypto): check extractable in exportKey (#14222)
+
### 1.20.4 / 2022.03.31
- fix(compile): follow redirects when resolving (#14161)