summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index a651cd34c..7acd8917d 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,14 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.38.4 / 2023.11.30
+
+- fix(node): `spawnSync`'s `status` was incorrect (#21359)
+- perf(lsp): add performance marks for TSC requests (#21383)
+- perf(lsp): avoid redundant getNavigationTree() calls (#21396)
+- perf(lsp): cancel ts requests on future drop (#21387)
+- perf(lsp): remove throttling of cancellation token (#21395)
+
### 1.38.3 / 2023.11.24
- feat(unstable): tar up directory with deno.json (#21228)