From e45882d2a978c0b7c6fbab3ddefeb265d9088f82 Mon Sep 17 00:00:00 2001 From: David Reid Date: Wed, 24 Jun 2020 19:41:01 +1000 Subject: [PATCH] Update revision history. --- miniaudio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/miniaudio.h b/miniaudio.h index 596c3160..a2f88392 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -61759,6 +61759,7 @@ v0.10.9 - TBD - MA_NO_MP3 - 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. v0.10.8 - 2020-06-22 - Remove dependency on ma_context from mutexes.