From a1e16050147404e85edc926aef4b845c66388fda Mon Sep 17 00:00:00 2001 From: David Reid Date: Mon, 5 Mar 2018 18:40:09 +1000 Subject: [PATCH] Update change log. --- mini_al.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mini_al.h b/mini_al.h index 2bef2b89..02427943 100644 --- a/mini_al.h +++ b/mini_al.h @@ -14454,6 +14454,8 @@ void mal_pcm_f32_to_s32(int* pOut, const float* pIn, unsigned int count) // // v0.x - 2018-xx-xx // - Add support for PulseAudio. +// - Fix errors with OpenAL detection. +// - Fix some memory leaks. // - Miscellaneous bug fixes. // // v0.7 - 2018-02-25