From f6beb7993c4747c445af54f326d831a9dfdb08b1 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 11 Oct 2020 11:46:47 +1000 Subject: [PATCH] Update revision history. --- miniaudio.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/miniaudio.h b/miniaudio.h index f7d23f3c..7d0e0708 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -62604,6 +62604,10 @@ REVISION HISTORY ================ v0.10.21 - TBD - WASAPI: Fix a copy and paste bug relating to loopback mode. + - Core Audio: Fix a bug when using multiple contexts. + - Core Audio: Fix a compilation warning. + - Core Audio: Improvements to sample rate selection. + - Core Audio: Add notes regarding the Apple notarization process. v0.10.20 - 2020-10-06 - Fix build errors with UWP.