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.