From 3c5b15b48b7e380f7b7c7d3c601fd0fd290e5a21 Mon Sep 17 00:00:00 2001 From: David Reid Date: Wed, 29 Nov 2023 07:51:30 +1000 Subject: [PATCH] Update change history. --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 3c7e5c09..2d0211b6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,7 @@ v0.11.22 - TBD ===================== * ALSA: Fix some warnings relating to unhandled return value of `read()`. * DirectSound: Add support for specifying an explicit window handle for SetCooperativeLevel(). +* Web: Fix ScriptProcessorNode path when compiling with `--closure=1`. Note that the Audio Worklets path is not currently working due to the callback specified in `emscripten_create_wasm_audio_worklet_processor_async` never getting fired. v0.11.21 - 2023-11-15