From a54b5eb04d1d1373804b2cb6b825d79d96197552 Mon Sep 17 00:00:00 2001 From: David Reid Date: Tue, 28 Feb 2023 11:22:44 +1000 Subject: [PATCH] Remove an invalid item from the change history. --- CHANGES.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index efc2e551..6d24c640 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,7 +7,6 @@ v0.11.12 - TBD * 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 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.