From 4f07898b69e6a02d84e01f0afbb09495e627ee36 Mon Sep 17 00:00:00 2001 From: David Reid Date: Tue, 28 Dec 2021 20:48:50 +1000 Subject: [PATCH] Clarification to revision history. --- miniaudio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniaudio.h b/miniaudio.h index ae244924..ed09db96 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -89240,7 +89240,7 @@ REVISION HISTORY ================ v0.11.2 - TBD - Add a new device notification system to replace the stop callback. The stop callback is still - in place, but will be removed in the next version. New code should use the notificationCallback + in place, but will be removed in version 0.12. New code should use the notificationCallback member in the device config instead of stopCallback. - Fix a bug where the stopped notification doesn't get fired. - iOS: The IO buffer size is now configured based on the device's configured period size.