From aa48da8a73a459b3726c062b373315f04e8ecfb0 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Wed, 22 Mar 2023 15:57:11 -0600 Subject: [PATCH] ext/fs note --- Releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Releases.md b/Releases.md index 907770a722..1582d8d7f9 100644 --- a/Releases.md +++ b/Releases.md @@ -8,8 +8,8 @@ https://github.com/denoland/deno_install ### 1.32.0 / 2023.03.22 -- BREAKING(ext/fs): FileInfo.dev is defined on Windows (#18237) - BREAKING(unstable): remove WebGPU (#18094) +- feat(ext/fs): FileInfo.dev is supported on Windows (#18237) - feat(cli): --ext parameter for run, compile, and bundle (#17172) - feat(compile): Add support for web workers in standalone mode (#17657) - feat(compile): Enable multiple roots for a standalone module graph (#17663)