From cb2948c2d3e23d3e9041202df9cc47b1bed705ee Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Mon, 14 Jul 2025 16:56:42 -0700 Subject: [PATCH] Add butterchurn security change to changelog --- packages/webamp-docs/docs/12_changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/webamp-docs/docs/12_changelog.md b/packages/webamp-docs/docs/12_changelog.md index fd65d213..55b4813a 100644 --- a/packages/webamp-docs/docs/12_changelog.md +++ b/packages/webamp-docs/docs/12_changelog.md @@ -11,6 +11,7 @@ If you want access to the changes in this section before they are officially rel ### Improvements - Added new `webamp/butterchurn` entrypoint which includes Milkdrop window by default. +- Butterchurn Milkdrop visualizer now always uses WebAssembly to sandbox code defined in visualizer presets. Read more about the security implications in [Speeding Up Webamp's Music Visualizer with WebAssembly](https://jordaneldredge.com/blog/speeding-up-winamps-music-visualizer-with-webassembly/#security). - Added new `Webamp` instance methods: - [`webamp.toggleShuffle`](./06_API/03_instance-methods.md#toggleshuffle-void) - [`webamp.toggleRepeat`](./06_API/03_instance-methods.md#togglerepeat-void)