From 3ed6843d92c11bdb5a9fa6b7776cb0975ac44249 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Sun, 7 Sep 2014 22:32:04 +0200 Subject: [PATCH] docs: Update changelog with audio changes --- docs/changelog.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 7eefd533..f2182e33 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -18,6 +18,14 @@ v0.20.0 (UNRELEASED) - In stored playlist names, replace "/", which are illegal, with "|" instead of a whitespace. Pipes are more similar to forward slash. +**Audio** + +- Internal code cleanup within audio sub-system: + - Started splitting audio code into smaller better defined pieces. + - Improved GStreamer related debug logging. + - Provide better error messages for missing plugins. + - Add foundation for trying to re-add multiple output support. + v0.19.4 (2014-09-01) ====================