From b9ad5113b6c4464422d98b0164c28ab6bba3d5ea Mon Sep 17 00:00:00 2001 From: David Reid Date: Tue, 4 Dec 2018 18:33:09 +1000 Subject: [PATCH] Bump version to 0.8.13 --- mini_al.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mini_al.h b/mini_al.h index 13538d9d..3c0c5204 100644 --- a/mini_al.h +++ b/mini_al.h @@ -1,5 +1,5 @@ // Audio playback and capture library. Public domain. See "unlicense" statement at the end of this file. -// mini_al - v0.8.12 - 2018-11-27 +// mini_al - v0.8.13 - 2018-12-04 // // David Reid - davidreidsoftware@gmail.com @@ -28473,6 +28473,10 @@ mal_uint64 mal_sine_wave_read_ex(mal_sine_wave* pSineWave, mal_uint64 frameCount // REVISION HISTORY // ================ // +// v0.8.13 - 2018-12-04 +// - Core Audio: Fix a bug with channel mapping. +// - Fix a bug with channel routing where the back/left and back/right channels have the wrong weight. +// // v0.8.12 - 2018-11-27 // - Drop support for SDL 1.2. The Emscripten build now requires "-s USE_SDL=2". // - Fix a linking error with ALSA.