From 96db99f6ebf68788b3f0434d9a4d8fdda5d1ec09 Mon Sep 17 00:00:00 2001 From: David Reid Date: Tue, 2 Feb 2021 18:51:22 +1000 Subject: [PATCH] Update revision history. --- miniaudio.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/miniaudio.h b/miniaudio.h index 6a1a9f3b..299fae87 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -64158,8 +64158,10 @@ v0.10.32 - TBD - OSS - audio(4) - sndio - - Update to latest version of c89atomic. - Fix a bug where thread handles are not being freed. + - Fix some static analysis warnings in FLAC, WAV and MP3 decoders. + - Update to latest version of c89atomic. + v0.10.31 - 2021-01-17 - Make some functions const correct.