From 5310bdb0f409a5bbd138ef7e481f864e80ef5edd Mon Sep 17 00:00:00 2001 From: David Reid Date: Mon, 17 Aug 2020 17:46:23 +1000 Subject: [PATCH] Update revision history. --- miniaudio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/miniaudio.h b/miniaudio.h index 4125d5ce..c27e2b21 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -62475,6 +62475,7 @@ The following miscellaneous changes have also been made. REVISION HISTORY ================ v0.10.17 - TBD + - Fix an error where the WAV codec is incorrectly excluded from the build depending on which compile time options are set. - Add ma_decoder_get_cursor_in_pcm_frames() v0.10.16 - 2020-08-14