From 9eb2b3532c016ad27c4e4fcc2a2c6bbdd58be62f Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 24 Feb 2018 09:41:02 +1000 Subject: [PATCH] Update change log. --- mini_al.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mini_al.h b/mini_al.h index d8d09ca5..1b81bb5f 100644 --- a/mini_al.h +++ b/mini_al.h @@ -12644,7 +12644,7 @@ void mal_pcm_f32_to_s32(int* pOut, const float* pIn, unsigned int count) // ================ // // v0.xx - 2018-xx-xx -// - Add decoder APIs for loading WAV and FLAC files. +// - Add decoder APIs for loading WAV, FLAC and Vorbis files. // - Fix build errors with macOS. // // v0.6c - 2018-02-12