From 2d63e2347a11ca9bdb9552cd21b3147deb7e928a Mon Sep 17 00:00:00 2001 From: David Reid Date: Wed, 14 Jul 2021 17:33:03 +1000 Subject: [PATCH] Update revision history. --- miniaudio.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/miniaudio.h b/miniaudio.h index 83f7621b..eceea931 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -69347,6 +69347,8 @@ The following miscellaneous changes have also been made. REVISION HISTORY ================ v0.10.38 - TBD + - Fix a linking error when MA_DEBUG_OUTPUT is not enabled. + - Fix an error where ma_log_postv() does not return a value. - OpenSL: Fix a bug with setting of stream types and recording presets. 0.10.37 - 2021-07-06