diff options
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index 9611937ee..422a6ba16 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,11 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.30.2 / 2023.02.03 + +- Revert "chore(core): remove have_unpolled_ops on rt state (#17601)" (#17631) +- fix(webgpu): specify viewFormats in surface configuration (#17626) + ### 1.30.1 / 2023.02.02 - Revert "fix(watch): preserve `ProcState::file_fetcher` between restarts |