diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-01-26 19:59:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-26 18:59:16 +0000 |
commit | 9ed713153cf357dbf103dac2b8912729b4d10186 (patch) | |
tree | 317ea205388865421e861fda33fff3d416c21243 /Releases.md | |
parent | 9e0495baa7565737b8f1d66348b45bbed14831e0 (diff) |
chore: forward v1.40.2 commit to main (#22133)
Co-authored-by: denobot <33910674+denobot@users.noreply.github.com>
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
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) |