From d09d13a0f3a9f6b14d0cee090e3a8a095b7fd72d Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 11 Jul 2020 11:18:59 +1000 Subject: [PATCH] Update release notes. --- miniaudio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/miniaudio.h b/miniaudio.h index be885471..382f0f36 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -61964,6 +61964,7 @@ REVISION HISTORY v0.10.13 - TBD - Fix some potential buffer overflow errors with channel maps when channel counts are greater than MA_MAX_CHANNELS. - Fix compilation error on Emscripten. + - Silence some unused function warnings. - Increase the default buffer size on the Web Audio backend. This fixes glitching issues on some browsers. v0.10.12 - 2020-07-04