From 18314d6afc38aecad5b78a3949feafa39e46f8e5 Mon Sep 17 00:00:00 2001 From: David Reid Date: Tue, 22 Dec 2020 21:12:50 +1000 Subject: [PATCH] Update revision history. --- miniaudio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/miniaudio.h b/miniaudio.h index 8bf5727f..57b2eb34 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -64680,6 +64680,7 @@ REVISION HISTORY ================ v0.10.29 - TBD - Fix some subtle multi-threading bugs on non-x86 platforms. + - Core Audio: Fix a compilation error when compiling for iOS. v0.10.28 - 2020-12-16 - Fix a crash when initializing a POSIX thread.