summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authorLuca Casonato <lucacasonato@yahoo.com>2021-04-23 16:08:06 +0200
committerGitHub <noreply@github.com>2021-04-23 16:08:06 +0200
commit8074d8bcf3cdcc7e9a08df147e0082798a7c2760 (patch)
tree228eaa4ab3ef18b7a17d805aae5e1a2fd4fbe8ad /Releases.md
parent52d316f143e6069a2fa8ba16bc2cff2baf7f1e83 (diff)
1.9.2
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 d0842e623..7e872e420 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.9.2 / 2021.04.23
+
+- fix: parse websocket messages correctly (#10318)
+- fix: standalone bin corruption on M1 (#10311)
+- fix: don't gray-out internal error frames (#10293)
+- fix(op_crates/fetch): Response inspect regression (#10295)
+- fix(runtime): do not panic on not found cwd (#10238)
+- fix(op_crates/webgpu): move non-null op buffer arg check when needed (#10319)
+- fix(lsp): document symbol performance mark (#10264)
+
+Release notes for std version 0.95.0:
+https://github.com/denoland/deno_std/releases/tag/0.95.0
+
### 1.9.1 / 2021.04.20
- feat(lsp, unstable): Implement textDocument/documentSymbol (#9981)