diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-12-06 01:53:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-06 00:53:16 +0000 |
commit | bd7a6bb0161c3f75785dc6431220c20f0d50c8fd (patch) | |
tree | 10327ae3d234c78519d2acf3b5277273c5db3607 /Releases.md | |
parent | cac17267fbe83f25181c4f8503c01b92694c46be (diff) |
chore: forward v1.38.5 release commit to main (#21472)
Co-authored-by: denobot <33910674+denobot@users.noreply.github.com>
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) |