From 2d63e414fdd3d8ed9fe06e05a6cabd796e792b05 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 28 Nov 2020 10:05:09 +1000 Subject: [PATCH] Update revision history. --- miniaudio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/miniaudio.h b/miniaudio.h index 7bc208f4..44f7fa92 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -64305,6 +64305,7 @@ REVISION HISTORY ================ v0.10.27 - TBD - Fix some bugs with trying to access uninitialized variables. + - Add support for dynamically configuring some properties of `ma_noise` objects post-initialization. v0.10.26 - 2020-11-24 - WASAPI: Fix a bug where the exclusive mode format may not be retrieved correctly due to accessing freed memory.