diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2023-04-02 09:27:53 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-01 20:27:53 -0400 |
commit | ad8d0c90d1887beb8a5f2c6d30f9dc71cc63e4fe (patch) | |
tree | efa9965958a1d96f90b4d510cb0895fed4f27adf /Releases.md | |
parent | e5588d2f1eb84947c8691fffbcf719a73557a3f5 (diff) |
chore: forward v1.32.3 release commit to main (#18561)
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index 3a89d722b..5b36cf8f5 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,16 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.32.3 / 2023.04.01 + +- fix(check): ensure diagnostics caused by changes in other files get + invalidated between runs (#18541) +- fix(ext/ffi): crash when same reference struct is used in two fields (#18531) +- fix(lsp): add a document preload file system entry limit (#18553) +- fix(repl): disable language server document preloading in the repl (#18543) +- fix(test): don't swallow sanitizer errors with permissions (#18550) +- perf(check): faster source hashing (#18534) + ### 1.32.2 / 2023.03.31 - Revert "refactor(ext/node): Use Deno.inspect (#17960)" (#18491) |