summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-03-31 15:48:35 -0400
committerGitHub <noreply@github.com>2022-03-31 15:48:35 -0400
commit7fec7c834cb504f35f1dd03a9a464e164b8e13d8 (patch)
treea69be8a8bd5a511592d5c59fa7e7dd372ec4b920 /Releases.md
parentb0f974fbfd39db2d7c9d37d4c3ed3f21526d7ca3 (diff)
1.20.4 (#14168)
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index 0714ad638..2731a933d 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,16 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.20.4 / 2022.03.31
+
+- fix(compile): follow redirects when resolving (#14161)
+- fix(ext/fetch): extend deprecated fetch() overload with `string | Request`
+ (#14134)
+- fix(lsp): watch .jsonc files (#14135)
+- fix(runtime/ops/signal.rs): Add Solaris signals (#13931)
+- fix(task): handle `PATHEXT` with trailing semi-colon (#14140)
+- perf: micro-optimize core.encode (#14120)
+
### 1.20.3 / 2022.03.25
- fix(ext/fetch): deprecate URL as the first arg in types (#14113)