From b16f74bf6bd094863de83869a7eac395fcc2049e Mon Sep 17 00:00:00 2001 From: David Reid Date: Thu, 14 Jan 2021 19:06:35 +1000 Subject: [PATCH] Update revision history. --- miniaudio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/miniaudio.h b/miniaudio.h index de5a23fb..c187a9a6 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -64705,6 +64705,7 @@ REVISION HISTORY v0.10.31 - TBD - Make some functions const correct. - Update ma_data_source_read_pcm_frames() to initialize pFramesRead to 0 for safety. + - Add the MA_ATOMIC annotation for use with variables that should be used atomically and remove unnecessary volatile qualifiers. v0.10.30 - 2021-01-10 - Fix a crash in ma_audio_buffer_read_pcm_frames().