From dcf78ded75ee49792a6560a517d196eb7e91207d Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 11 Mar 2018 16:18:14 +1000 Subject: [PATCH] Update change log. --- mini_al.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mini_al.h b/mini_al.h index 60d2d6d4..a8775430 100644 --- a/mini_al.h +++ b/mini_al.h @@ -16583,8 +16583,8 @@ void mal_pcm_f32_to_s32(int* pOut, const float* pIn, unsigned int count) // // v0.x - 2018-xx-xx // - API CHANGE: Rename MAL_MAX_SAMPLE_SIZE_IN_BYTES to MAL_MAX_PCM_SAMPLE_SIZE_IN_BYTES. -// - Change the default channel mapping to the standard Microsoft mapping. -// - Remove backend-specific result codes. +// - API CHANGE: Change the default channel mapping to the standard Microsoft mapping. +// - API CHANGE: Remove backend-specific result codes. // - Add support for PulseAudio. // - This is the highest priority backend on Linux (higher priority than ALSA) since it is commonly // installed by default on many of the popular distros and offer's more seamless integration on