diff --git a/CHANGES.txt b/CHANGES.txt index 1ec29b925..609b5b95c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,11 @@ 2.8.0: + * Added support for loading wavepack sound files (https://www.wavpack.com/) + * Added support for loading classic console sound files using Game_Music_Emu (https://github.com/libgme/game-music-emu) * Use libxmp instead of modplug as the default backend for MOD music To use libmodplug instead, configure using --enable-music-mod-modplug --disable-music-mod-xmp + * Added support for FLAC audio in Ogg containers + * Added Mix_PauseAudio() to pause and resume all audio playback + * Added Mix_GetNumTracks() and Mix_StartTrack() for managing tracks in GME files 2.6.2: * Updated autotools to use ax_compute_relative_paths, fixing homebrew on macOS