summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index 7acdbf4f9..3d4521c5b 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,13 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.46.1 / 2024.08.22
+
+- fix(ext/node): http2session ready state (#25143)
+- fix(ext/node): register `node:wasi` built-in (#25134)
+- fix(urlpattern): fallback to empty string for undefined group values (#25151)
+- fix: trim space around DENO_AUTH_TOKENS (#25147)
+
### 1.46.0 / 2024.08.22
- BREAKING(temporal/unstable): Remove obsoleted Temporal APIs (#24836)