summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-12-22 22:20:17 +0100
committerGitHub <noreply@github.com>2021-12-22 22:20:17 +0100
commit9391ba1098177c9463392eca8e3a725b564d90dc (patch)
treedd1c6d6267141e7627cdd3667450db16b86d6363 /Releases.md
parent8547a37132752cf6a979237c5a52a7bf16a4e833 (diff)
chore: merge v1.17.1 into main (#13184)
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 9c298917d..cd14b479c 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.1 / 2021.12.22
+
+- feat(lsp, unstable): add code lens for debugging tests (#13138)
+- feat(lsp, unstable): supply accept header when fetching registry config
+ (#13159)
+- fix: inspector prompts (#13123)
+- fix(coverage): Split sources by char index (#13114)
+- fix(ext/ffi): use `c_char` instead of `i8` for reading strings (#13118)
+- fix(ext/websocket): WebSocketStream don't error with "sending after closing"
+ when closing (#13134)
+- fix(repl): support assertions on import & export declarations (#13121)
+
### 1.17.0 / 2021.12.16
- feat: add `--no-check=remote` flag (#12766)