From 60290e6fd2c8c069a33c1e0762d632f2e49c1a71 Mon Sep 17 00:00:00 2001 From: David Reid Date: Wed, 17 Nov 2021 19:42:36 +1000 Subject: [PATCH] Remove an incorrect revision note. --- miniaudio.h | 1 - 1 file changed, 1 deletion(-) diff --git a/miniaudio.h b/miniaudio.h index f8b92cb6..294f32b8 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -87999,7 +87999,6 @@ REVISION HISTORY v0.10.43 - TBD - ALSA: Fix use of uninitialized variables - ALSA: Fix enumeration of devices that support both playback and capture. - - Core Audio: Don't fail on older versions of iOS when a session category is specified. - WebAudio: Fix errors in strict mode. v0.10.42 - 2021-08-22