From 5dac1372bde1fa78d3c98d0600ea7ac33025ed0d Mon Sep 17 00:00:00 2001 From: casey langen Date: Sat, 11 Apr 2020 21:15:54 -0700 Subject: [PATCH] CHANGELOG updates. --- CHANGELOG.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 9c44e5d85..a618bb6fb 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -24,6 +24,8 @@ musikcube: * fixed some weird redraw issues on some platforms with ncurses 6.2 * fixed some bugs where we weren't always compiling the MPRIS plugin for our binary packages +* fixed a number of ALSA and PulseAudio bugs when devices are not available + or there is resource contention musikcore: * added a very basic C API for interacting with the SDK. see `musikcore_c.h`