From c3712915106dfef09c04eeebd16172648f7ee75e Mon Sep 17 00:00:00 2001 From: David Reid Date: Tue, 3 Jan 2023 19:16:09 +1000 Subject: [PATCH] Update change history. --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 89ce5e64..efc2e551 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,6 +9,7 @@ v0.11.12 - TBD * Fix a bug where asynchronously loaded data sources via the resources manager would reset ranges and loop points. * Fix a bug with the Vorbis decoder where seeking would not seek to the correct location. * Fix some Wimplicit-fallthrough warnings. +* Add support for Windows 95/98. * 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.