summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author迷渡 <justjavac@gmail.com>2021-02-23 17:57:06 +0800
committerGitHub <noreply@github.com>2021-02-23 04:57:06 -0500
commit2e24af23002b6d77543861bf9b2a6027e0357a93 (patch)
treee69b66e6af7037f98e2733abf1dd7714fb37689b
parent2e3d72064af3013116a7555c049511097eb4e801 (diff)
Merge v1.7.5 release notes (#9554)
-rw-r--r--Releases.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index 85cd963cb..6c0d4ac6a 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,19 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.7.5 / 2021.02.19
+
+- fix: align btoa to spec (#9053)
+- fix: Don't use file names from source maps (#9462)
+- fix: Make dynamic import async errors catchable (#9505)
+- fix: webidl utils and align `Event` to spec (#9470)
+- fix(lsp): document spans use original range (#9525)
+- fix(lsp): handle cached type dependencies properly (#9500)
+- fix(lsp): handle data URLs properly (#9522)
+
+Release notes for std version 0.88.0:
+https://github.com/denoland/deno_std/releases/tag/0.88.0
+
### 1.7.4 / 2021.02.13
- feat(unstable, lsp): add deno cache code actions (#9471)