From bd1c156e5ff30f4cc414dd2888057fdca5e6ecba Mon Sep 17 00:00:00 2001 From: David Reid Date: Thu, 1 Dec 2022 10:35:39 +1000 Subject: [PATCH] Update change history. --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index cad84503..a85eec60 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,8 @@ v0.11.12 - TBD * 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. +* 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. * WASAPI: Fix a crash when starting a device while it's in the process of rerouting.