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