From 471dd44a4d6da5c7deb76c6a67ded3fc9d272b92 Mon Sep 17 00:00:00 2001 From: David Reid Date: Wed, 24 Jun 2020 20:15:40 +1000 Subject: [PATCH] Update revision history. --- miniaudio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/miniaudio.h b/miniaudio.h index b6c87b17..8eadb173 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -61776,6 +61776,7 @@ v0.10.9 - TBD - Changes to the internal atomics library. This has been replaced with c89atomic.h which is embedded within this file. - Fix a bug when a decoding backend reports configurations outside the limits of miniaudio's decoder abstraction. - Fix the UWP build. + - Fix the Core Audio build. - Fix the -std=c89 build on GCC. v0.10.8 - 2020-06-22