diff options
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index 7acd8917d..ba1a51993 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.5 / 2023.12.05 + +- feat(unstable): kv.watch() (#21147) +- perf(lsp): better op performance logging (#21423) +- perf(lsp): check tsc request cancellation before execution (#21447) +- perf(lsp): fix redundant clones for ts responses (#21445) +- perf(lsp): fix redundant serialization of sources (#21435) + ### 1.38.4 / 2023.11.30 - fix(node): `spawnSync`'s `status` was incorrect (#21359) |