diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2024-09-04 13:16:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-04 17:16:24 +0000 |
commit | e27a19c02c537626d7874f7521f4e39d6dfad0af (patch) | |
tree | 5beb4d4b427646e084bc01935c3e3050d89c637a /Releases.md | |
parent | 07ad47da53d1fbabf6fc5d26c89dc6ba683d27fd (diff) |
chore: forward v1.46.3 release commit to main (#25425)
This is the release commit being forwarded back to main for 1.46.3
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index 87460ddc7..a6e4d84e7 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,17 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.46.3 / 2024.09.04 + +- feat(upgrade): print info links for Deno 2 RC releases (#25225) +- fix(cli): Map error kind to `PermissionDenied` when symlinking fails due to + permissions (#25398) +- fix(cli/tools): correct `deno init --serve` template behavior (#25318) +- fix(ext/node): session close during stream setup (#25170) +- fix(publish): ensure provenance is spec compliant (#25200) +- fix(upgrade): more informative information on invalid version (#25319) +- fix: fix jupyter display function type (#25326) + ### 1.46.2 / 2024.08.29 - Revert "feat(fetch): accept async iterables for body" (#25207) |