summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authordenobot <33910674+denobot@users.noreply.github.com>2024-08-22 13:44:53 -0400
committerGitHub <noreply@github.com>2024-08-22 10:44:53 -0700
commit716ae4d8cba23e0730a57c6f71db1f823f7d4f5b (patch)
treee9ea676fa193f4a7c51d6fe5a6823d0f9e00b89c /Releases.md
parente7026c5ee8ac6780391b2169e338ca5fb5bbac70 (diff)
chore: forward v1.46.1 release commit to main (#25155)
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)