From 39535f78c27de739e7bc382ebf90318cea53c3af Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 11 Jun 2019 23:43:48 +0200 Subject: [PATCH] docs: Update changelog --- docs/changelog.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 7af1e874..d835b2b5 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -16,12 +16,16 @@ Bug fix release. - Audio: Prevent buffering handling interfering with track changes. (Fixes: :issue:`1722`, PR: :issue:`1740`) -- Local: Add .pdf and .zip to the default +- Local: Add ``.pdf`` and ``.zip`` to the default confval:`local/excluded_file_extensions` config value. (PR: :issue:`1737`) - File: Synchronised the default confval:`file/excluded_file_extensions` config values with confval:`local/excluded_file_extensions`. (PR: :issue:`1743`) +- Stream: Fix error when playing stream from `.pls` playlist with quoted URLs. + (Fixes: :issue:`1770`, PR: :issue:`1771`) + + v2.2.2 (2018-12-29) ===================