From 3167935864bc977a66f1c1ef2db281f968f2309d Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 24 Dec 2022 08:44:36 +1000 Subject: [PATCH] Update changes. --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 1ad17bf8..49cf3ed9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,7 @@ v0.11.12 - TBD * Fix some bugs with initialization of POSIX threads. * Fix a bug where sounds are not resampled when `MA_SOUND_NO_PITCH` is used. * Fix a bug where changing the range of a data source would result in no audio being read. +* Fix a bug where asynchronously loaded data sources via the resources manager would reset ranges and loop points. * Fix some Wimplicit-fallthrough warnings. * Optimizations to the high level API. * Remove the old runtime linking system for pthread. The `MA_USE_RUNTIME_LINKING_FOR_PTHREAD` option is no longer used.