diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2023-11-23 23:09:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-24 07:09:15 +0100 |
commit | 2941dd7da8a310cb898b4180a4511cde60d5375d (patch) | |
tree | 63ff37ad65d1376c9aee05033dcb2a2248fd1add /Releases.md | |
parent | 4ff5f175a868c97812eab2ae1235913e8912884a (diff) |
chore: forward v1.38.3 release commit to main (#21320)
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index f7693d42d..aa04c6473 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,22 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.38.3 / 2023.11.24 + +- feat(unstable): tar up directory with deno.json (#21228) +- fix(ext,runtime): add missing custom inspections (#21219) +- fix(ext/http): avoid lockup in graceful shutdown (#21253) +- fix(ext/http): fix crash in dropped Deno.serve requests (#21252) +- fix(ext/node): fix node:stream.Writable (#21297) +- fix(ext/node): handle closing process.stdin more than once (#21267) +- fix(ext/url): add deno_console dependency for bench (#21266) +- fix(fmt): maintain parens for jsx in member expr (#21280) +- fix(lsp): force shutdown after a timeout (#21251) +- fix(runtime): fix for panic in classic workers (#21300) +- fix(swc): support jsx pragma when hashbang present (#21317) +- fix: 'Promise was collected' error in REPL/jupyter (#21272) +- fix: Deno.noColor should not be true when NO_COLOR is empty string (#21275) + ### 1.38.2 / 2023.11.17 - feat(ext/web): add `AbortSignal.any()` (#21087) |