From d36acb0d872aeb37172a8efac42c1319e5db1d8a Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 25 Dec 2021 15:10:49 +1000 Subject: [PATCH] Update revision history. --- miniaudio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/miniaudio.h b/miniaudio.h index d6efb642..7c4a884d 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -88734,6 +88734,7 @@ There have also been some other smaller changes added to this release. REVISION HISTORY ================ v0.11.1 - TBD + - Result codes are now declared as an enum rather than #defines. - Channel positions (MA_CHANNEL_*) are now declared as an enum rather than #defines. - Fix a crash when passing in NULL for the pEngine parameter of ma_engine_init(). - AAudio: Fix an incorrect assert.