From 50eb67f946c283f8dcd72f524a18c98a4aa091de Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 14 Jun 2020 16:39:34 +1000 Subject: [PATCH] Update revision history. --- miniaudio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/miniaudio.h b/miniaudio.h index d7529792..5dcf22f5 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -44964,6 +44964,7 @@ v0.10.8 - TBD - Fix some bugs with the linear resampler when dynamically changing the sample rate. - Fix compilation errors with MA_NO_DEVICE_IO. - Fix some warnings with GCC and -std=c89. + - Fix some formatting warnings with GCC and -Wall and -Wpedantic. - Fix some warnings with VC6. - Minor optimization to ma_copy_pcm_frames(). This is now a no-op when the input and output buffers are the same.