summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2021-04-02 21:10:38 +1100
committerKitson Kelly <me@kitsonkelly.com>2021-04-02 22:22:08 +1100
commitadf57610904cb4f4ef25fb077f6e39c9017a4ea9 (patch)
tree2fee660803d0d2a9aa791fef1896a29f263f7591 /Releases.md
parentdf1d36a759c1aa26f1f3b8222b009120e0925d3e (diff)
v1.8.3
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index d555ee954..b8d2cf954 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.8.3 / 2021.04.02
+
+- feat(lsp): add import completions (#9821)
+- feat(lsp): implement textDocument/selectionRange (#9845)
+- fix(websocket): ignore resource close error (#9755)
+- fix(lsp): ensure insert_text is passed back on completions (#9951)
+- fix(web): add AbortController.abort() (#9907)
+- fix(crypto): include deno.crypto in `deno types` (#9863)
+- fix(cli): re-add dom.asynciterable lib (#9888)
+
+Release notes for std version 0.92.0:
+https://github.com/denoland/deno_std/releases/tag/0.92.0
+
### 1.8.2 / 2021.03.21
- fix: fallback to default UA and CA data for Deno.createHttpClient() (#9830)