diff options
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index 12a6ec7cb..5a9244def 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,15 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.40.2 / 2024.01.26 + +- feat(lsp): complete parameters as tab stops and placeholders (#22126) +- fix(ext/http): smarter handling of Accept-Encoding (#22130) +- fix(fs): instanceof check for Deno.FsFile (#22121) +- fix(node): remove deprecation warnings (#22120) +- fix(testing): add op_spawn_wait mapping in resource sanitizer (#22129) +- fix: make deprecation warnings less verbose (#22128) + ### 1.40.1 / 2024.01.25 - fix(lsp): disable experimentalDecorators by default (#22101) |