From 06891a4f699458d79bced98480e8a2e077787a92 Mon Sep 17 00:00:00 2001 From: David Reid Date: Fri, 4 Dec 2020 18:18:59 +1000 Subject: [PATCH] Update revision history. --- miniaudio.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/miniaudio.h b/miniaudio.h index fdea7c26..4f8d87d5 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -64597,8 +64597,7 @@ v0.10.27 - TBD - Fix some bugs with trying to access uninitialized variables. - Fix some errors with stopping devices for synchronous backends where the backend's stop callback would get fired twice. - Fix a bug in the decoder due to using an uninitialized variable. - - PulseAudio: Fix some data race errors. - - Null Backend: Fix some data races and deadlocking bugs. + - Fix some data race errors. v0.10.26 - 2020-11-24