From 7d055a44e59bcbc849bcac3c46c1bac352ba8cd6 Mon Sep 17 00:00:00 2001 From: David Reid Date: Wed, 29 Jul 2020 18:30:50 +1000 Subject: [PATCH] Update revision history. --- miniaudio.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/miniaudio.h b/miniaudio.h index 073b4979..1f95e766 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -62265,6 +62265,8 @@ REVISION HISTORY ================ v0.10.16 - TBD - WASAPI: Fix a potential crash due to using an uninitialized variable. + - OpenSL: Enable runtime linking. + - OpenSL: Fix a multithreading bug when initializing and uninitializing multiple contexts at the same time. - iOS: Improvements to device enumeration. - Fix some compilation warnings on Windows when both DirectSound and WinMM are disabled. - Fix some compilation warnings when no decoders are enabled.