From 0ef02e01ee1bac6cd8626440a8421bc5b7bba6f8 Mon Sep 17 00:00:00 2001 From: David Reid Date: Tue, 22 Nov 2022 16:37:30 +1000 Subject: [PATCH] Update change history. --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 56d6d794..cad84503 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,7 +3,9 @@ v0.11.12 - TBD * Fix a crash due to a race condition in the resource manager. * Fix a crash with some backends when rerouting the playback side of a duplex device. * Fix some bugs with initialization of POSIX threads. +* Fix a bug where sounds are not resampled when `MA_SOUND_NO_PITCH` is used. * Remove the old runtime linking system for pthread. The `MA_USE_RUNTIME_LINKING_FOR_PTHREAD` option is no longer used. +* WASAPI: Fix a crash when starting a device while it's in the process of rerouting. v0.11.11 - 2022-11-04