diff options
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index 7274f677e..87050babc 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,17 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.43.3 / 2024.05.10 + +- fix(ext/webgpu): invalidate GPUAdapter when a device is created (#23752) +- fix(lsp): completions for using decl identifiers (#23748) +- fix(lsp): move sloppy import resolution from loader to resolver (#23751) +- fix(node): better cjs re-export handling (#23760) +- fix(runtime): Allow opening /dev/fd/XXX for unix (#23743) +- fix(task): regression where `npx <command>` sometimes couldn't find command + (#23730) +- fix: bump deno_core to fix unsoundness (#23768) + ### 1.43.2 / 2024.05.08 - feat(runtime): allow adding custom extensions to snapshot (#23569) |