From 4c594e325e00d6e7020c9f07c4d471706a182d06 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 30 Jan 2021 15:21:03 +1000 Subject: [PATCH] Update revision history. --- miniaudio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/miniaudio.h b/miniaudio.h index c38344b7..d8f0c590 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -65009,6 +65009,7 @@ REVISION HISTORY ================ v0.10.32 - TBD - WASAPI: Fix a deadlock in exclusive mode. + - PulseAudio: Yet another refactor, this time to remove the dependency on `pa_threaded_mainloop`. - Update to latest version of c89atomic. - Fix a bug where thread handles are not being freed.