From cca9aaab774a1d4b13e64d10d9a2b8d55bb8b278 Mon Sep 17 00:00:00 2001 From: David Reid Date: Mon, 13 Jul 2026 07:57:13 +1000 Subject: [PATCH] Update change history. --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 17b20b1a..478e0616 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,12 @@ v0.11.26 - TBD ===================== +* Fixed a bug where the ends of sounds are cutoff. This affects `ma_sound`. * Fixed a crash when passing in null for the read or seek callbacks for a decoder. +* Fixed an error with node initialization. +* Fixed build for Arm64EC on MSVC. +* PulseAudio: Improvements to format negotiation to better handle cases when PulseAudio reports s24_32 as its native format. +* Emscripten: Fixed an error with ALLOW_MEMORY_GROWTH. +* Emscripten: Fixed some issues relating to handling of 64-bit pointers. v0.11.25 - 2026-03-04