From 4e14738309717d0f018345293ea1a0a89cac74bb Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 2 Jan 2022 17:04:43 +1000 Subject: [PATCH] Update revision history. --- miniaudio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/miniaudio.h b/miniaudio.h index f8e482c0..82a2e7b8 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -89491,6 +89491,7 @@ v0.11.3 - TBD debug and test builds of applications to output debug information that can later be passed on for debugging in miniaudio. To filter out these messages, just filter against the log level which will be MA_LOG_LEVEL_DEBUG. + - Fix a bug where ma_device_get_info() and ma_device_get_name() return an error. v0.11.2 - 2021-12-31 - Add a new device notification system to replace the stop callback. The stop callback is still