From d20430210af951700671f4faf43ba59ce456461a Mon Sep 17 00:00:00 2001 From: David Reid Date: Fri, 1 May 2020 19:43:01 +1000 Subject: [PATCH] Update revision history. --- miniaudio.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/miniaudio.h b/miniaudio.h index 3e010982..0e626599 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -42484,8 +42484,9 @@ REVISION HISTORY ================ v0.10.5 - TBD - Add MA_NO_GENERATION build option to exclude the `ma_waveform` and `ma_noise` APIs from the build. + - Add support for formatted logging to the VC6 build. - Minor documentation updates. - - Fix compilation errors with older versions of Visual Studio. + - Fix compilation errors and warnings with older versions of Visual Studio. v0.10.4 - 2020-04-12 - Fix a data conversion bug when converting from the client format to the native device format.