summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md10
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)