summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-01-13 20:47:42 +0100
committerGitHub <noreply@github.com>2022-01-13 20:47:42 +0100
commit9975ede773f5bf2f7f121ba2f3354592ed3be520 (patch)
treed9c6c1406df0cff2bb4bd6660735ad5ca179d570 /Releases.md
parentf12164646ba8327e9e6275b0ab97602f85e9854f (diff)
chore: forward v1.17.3 to main (#13364)
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index 379e391a4..b1d51a95b 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,18 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.17.3 / 2022.01.12
+
+- fix: Get lib.deno_core.d.ts to parse correctly (#13238)
+- fix: expose "Deno.memoryUsage()" in worker context (#13293)
+- fix: install shim with `--allow-all` should not output each permission
+ individually (#13325)
+- fix(compile): fix output flag behaviour on compile command (#13299)
+- fix(coverage): don't type check (#13324)
+- fix(coverage): merge coverage ranges (#13334)
+- fix(ext/web): handle no arguments in atob (#13341)
+- fix(serde_v8): support #[serde(default)] (#13300)
+
### 1.17.2 / 2022.01.05
- fix(cli): include JSON modules in bundle (#13188)