From 1ca969601f4d3d85180abde86440293e28bb169e Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 26 Apr 2020 08:47:21 +1000 Subject: [PATCH] Update revision history. --- miniaudio.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/miniaudio.h b/miniaudio.h index 816da2d6..d0041116 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -1,6 +1,6 @@ /* Audio playback and capture library. Choice of public domain or MIT-0. See license statements at the end of this file. -miniaudio - v0.10.4 - 2020-04-12 +miniaudio - v0.10.5 - TBD David Reid - davidreidsoftware@gmail.com @@ -42421,6 +42421,9 @@ The following miscellaneous changes have also been made. /* REVISION HISTORY ================ +v0.10.5 - TBD + - Add MA_NO_GENERATION build option to exclude the `ma_waveform` and `ma_noise` APIs from the build. + v0.10.4 - 2020-04-12 - Fix a data conversion bug when converting from the client format to the native device format.