summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2022-03-25 18:53:55 +0100
committerGitHub <noreply@github.com>2022-03-25 18:53:55 +0100
commit37b0ec454cb45f10fbcb14273c663cb55b40d209 (patch)
treeb271657ae5a2c98f3e3abcf9dcf991acf7e5f770 /Releases.md
parent3511b7602b619357174001555e961964c9a63e33 (diff)
chore: forward v1.20.3 release commit to main (#14121)
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index 769d0dea1..0714ad638 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,12 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.20.3 / 2022.03.25
+
+- fix(ext/fetch): deprecate URL as the first arg in types (#14113)
+- fix(ext/ffi): enforce unstable check on ops (#14115)
+- fix(runtime): do not modify user provided `cmd` array in `Deno.run` (#14109)
+
### 1.20.2 / 2022.03.24
- feat(lsp): support deno.enablePaths setting (#13978)