From 41a74d20161463307c8f91e6d50c8f31bf79c21dad9c6b078c28da1ba3b3e3a2 Mon Sep 17 00:00:00 2001 From: Avindra Goolcharan Date: Thu, 23 Mar 2023 23:52:53 +0000 Subject: [PATCH] 1.32.1 changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=107 --- deno.changes | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/deno.changes b/deno.changes index fb920d0..01d896a 100644 --- a/deno.changes +++ b/deno.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Mar 23 23:52:07 UTC 2023 - Avindra Goolcharan + +- update to 1.32.1: + * fix(core): disable resizable ArrayBuffer and growable + SharedArrayBuffer (#18395) + * fix(cli): restore deno run - to handle stdin as typescript (#18391) + * fix(inspect): ensure non-compact output when object literal + has newline in entry text (#18366) + * fix(lsp): ensure enablePaths works when clients do not + provide a trailing slash for workspace dir (#18373) + ------------------------------------------------------------------- Thu Mar 23 01:40:16 UTC 2023 - Avindra Goolcharan